Fix kwargs

This commit is contained in:
Aronai Sieyes
2021-07-28 12:30:29 -04:00
parent 6da3ce0832
commit 57df84171d
2 changed files with 2 additions and 2 deletions
@@ -182,7 +182,7 @@
holder.a_intent = I_HELP
return FALSE // We're a good slime.
/datum/ai_holder/simple_mob/xenobio_slime/react_to_attack(atom/movable/attacker)
/datum/ai_holder/simple_mob/xenobio_slime/react_to_attack(atom/movable/attacker, ignore_timers = FALSE)
. = ..(attacker)
if(ishuman(attacker))
@@ -159,7 +159,7 @@ List of things solar grubs should be able to do:
"The solargrub chitters in irritation at your continued solidity, followed by a string of crushingly tight stomach clenches that grind its caustic stomach ooze into your body!",
"The deceptively severe heat trapped within the solargrub works in tandem with its inner muscles and your tingling, prickling stomach juice bath to weaken you!")
/datum/ai_holder/simple_mob/retaliate/solargrub/react_to_attack(atom/movable/attacker)
/datum/ai_holder/simple_mob/retaliate/solargrub/react_to_attack(atom/movable/attacker, ignore_timers = FALSE)
holder.anchored = FALSE
holder.set_AI_busy(FALSE)
..()