mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-08-28 17:56:25 -04:00
Allows God Mode Players Access to Jabba's Palace Regardless If They Completed The Required Quests Or Not
This commit is contained in:
@@ -7,7 +7,7 @@ trigger OnAboutToReceiveItem (obj_id destinationCell, obj_id transferrer, obj_id
|
||||
return SCRIPT_CONTINUE;
|
||||
}
|
||||
|
||||
if ((getIntObjVar(item, "theme_park_jabba")>11) || (getIntObjVar(item, "space_access_jabba")>11) || (groundquests.hasCompletedQuest (item, "quest/jabba_porcellus")))
|
||||
if ((getIntObjVar(item, "theme_park_jabba")>11) || (getIntObjVar(item, "space_access_jabba")>11) || (groundquests.hasCompletedQuest (item, "quest/jabba_porcellus")) || isGod(item) )
|
||||
{
|
||||
return SCRIPT_CONTINUE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user