This commit is contained in:
AconiteGodOfSWG
2020-11-18 04:52:11 -05:00
parent 73324c173b
commit 9102dd4aec

View File

@@ -95,5 +95,8 @@ public class intellect_bounty_hunter extends script.base_script
{
removeObjVar(player, INTELLECT_OBJVAR);
setObjVar(player, INTELLECT_FAILED, self);
setObjVar(self, SPAWNER_COMPLETE, 1);
obj_id control = getObjIdObjVar(self, SPAWNER_CONTROLLER);
messageTo(control, "handleComplete", null, 0.0f, false);
}
}