mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
Fixes monkey AI resist runtime (#69603)
"_queue_verb() returned false because it wasnt called from player input!" was calling resist() which queues it as a player input.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
/datum/ai_behavior/resist/perform(delta_time, datum/ai_controller/controller)
|
||||
. = ..()
|
||||
var/mob/living/living_pawn = controller.pawn
|
||||
living_pawn.resist()
|
||||
living_pawn.execute_resist()
|
||||
finish_action(controller, TRUE)
|
||||
|
||||
/datum/ai_behavior/battle_screech
|
||||
|
||||
Reference in New Issue
Block a user