maps/python/quests
Kevin Zheng 927916a286 Remove extra release event
Remove extraneous release event when player steps on a
QuestTriggerConnect and does not satisfy the quest predicate.

While here, correct the polarity of the state flag to match the comments
in the server's trigger_connected() function.
2021-10-17 16:30:05 -07:00
..
QuestAdvance.py Fix potential for NoneType as player if Owner is null on non-player activator. 2020-12-20 03:54:58 +00:00
QuestApplyIf.py Check object is player before calling QuestGetState() 2019-12-27 04:57:31 +00:00
QuestConditionalDrop.py Check object is player before calling QuestGetState() 2019-12-27 04:57:31 +00:00
QuestEssentialUntil.py Check object is player before calling QuestGetState() 2019-12-27 04:57:31 +00:00
QuestTriggerConnect.py Remove extra release event 2021-10-17 16:30:05 -07:00