diff --git a/sku.0/sys.server/compiled/game/script/theme_park/gating/jabba/garage_block.script b/sku.0/sys.server/compiled/game/script/theme_park/gating/jabba/garage_block.script index df9fc795e..5ebc90010 100644 --- a/sku.0/sys.server/compiled/game/script/theme_park/gating/jabba/garage_block.script +++ b/sku.0/sys.server/compiled/game/script/theme_park/gating/jabba/garage_block.script @@ -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; }