mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Prevents simple animals from creating/destroying 1 footstep component per process (#55599)
This commit is contained in:
@@ -191,6 +191,8 @@
|
||||
atmos_requirements = string_assoc_list(atmos_requirements)
|
||||
if(damage_coeff)
|
||||
damage_coeff = string_assoc_list(damage_coeff)
|
||||
if(footstep_type)
|
||||
AddComponent(/datum/component/footstep, footstep_type)
|
||||
|
||||
/mob/living/simple_animal/Life()
|
||||
. = ..()
|
||||
@@ -246,8 +248,6 @@
|
||||
else
|
||||
set_stat(CONSCIOUS)
|
||||
med_hud_set_status()
|
||||
if(footstep_type)
|
||||
AddComponent(/datum/component/footstep, footstep_type)
|
||||
|
||||
/mob/living/simple_animal/handle_status_effects()
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user