mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
125 parser errors.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user