mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-21 20:14:31 +01:00
Fix kwargs
This commit is contained in:
@@ -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)
|
||||
..()
|
||||
Reference in New Issue
Block a user