mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 03:57:48 +01:00
Merge pull request #5797 from Heroman3003/aifix
Fixes slimes not resetting back to help intent after attacking
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
/datum/ai_holder/simple_mob/xenobio_slime/post_melee_attack(atom/A)
|
||||
var/mob/living/simple_mob/slime/xenobio/my_slime = holder
|
||||
my_slime.a_intent = I_HELP // Return back to help after attacking
|
||||
Reference in New Issue
Block a user