stringlist

This commit is contained in:
L
2020-09-26 12:14:07 -03:00
parent c32ad90bb1
commit 4325bba1ae
@@ -172,6 +172,9 @@
update_simplemob_varspeed()
if(dextrous)
AddComponent(/datum/component/personal_crafting)
if(damage_coeff)
damage_coeff = string_list(damage_coeff)
/mob/living/simple_animal/Destroy()
GLOB.simple_animals[AIStatus] -= src
@@ -188,6 +191,7 @@
return ..()
/mob/living/simple_animal/attackby(obj/item/O, mob/user, params)
if(!is_type_in_list(O, food_type))
..()