125 parser errors.

This commit is contained in:
Alexis
2026-03-06 13:33:54 -05:00
parent 7109107b52
commit 3b05cd16d3
63 changed files with 86 additions and 1680 deletions
@@ -23,6 +23,6 @@
return FALSE
if (the_target in controller.blackboard[BB_BASIC_MOB_RETALIATE_LIST])
return FALSE
if (FACTION_CARP in the_target.faction)
if (the_target.has_faction(FACTION_CARP))
return FALSE
return TRUE