mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 04:28:12 +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))
|
||||
|
||||
Reference in New Issue
Block a user