mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
[MIRROR] fixes simplemob runtime (#3011)
* Fix simplemob runtime (#56541) Handfeeding dead simplemobs no longer runtimes. * fixes simplemob runtime Co-authored-by: Fikou <piotrbryla@onet.pl>
This commit is contained in:
@@ -233,7 +233,7 @@
|
||||
if(!is_type_in_list(O, food_type))
|
||||
return ..()
|
||||
if(stat == DEAD)
|
||||
to_chat(user, "<span class='warning'>[capitalize(src)] is dead!</span>")
|
||||
to_chat(user, "<span class='warning'>[src] is dead!</span>")
|
||||
return
|
||||
user.visible_message("<span class='notice'>[user] hand-feeds [O] to [src].</span>", "<span class='notice'>You hand-feed [O] to [src].</span>")
|
||||
qdel(O)
|
||||
|
||||
Reference in New Issue
Block a user