Update calls to zombie_agent.fsm #1877

Forgot to update in 6853263

Fixes #1877
This commit is contained in:
ebaydayz
2017-01-16 18:34:47 -05:00
parent 198ef269d4
commit 0b0f2d3455
6 changed files with 11 additions and 11 deletions

View File

@@ -215,7 +215,7 @@ class FSM
"_position = _agent modelToWorld [0,0,0];" \n
"_secondHand = false;" \n
"" \n
"if (count _this > 2) then {" \n
"if (count _this > 1) then {" \n
" _secondHand = true;" \n
" diag_log (""Second Hand Zombie Initialized: "" + str(_this));" \n
"};"/*%FSM</STATEINIT""">*/;