mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 00:58:26 +01:00
stringlist
This commit is contained in:
@@ -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))
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user