Revert "Finally, MultiZ Layenia"

This commit is contained in:
Dahlular
2022-07-09 13:52:49 -06:00
committed by GitHub
parent 860ab70e81
commit b487573064
289 changed files with 130448 additions and 264262 deletions
@@ -65,6 +65,12 @@
var/who = (isnull(user) || eater == user) ? "your" : "[eater.p_their()]"
to_chat(user, "<span class='warning'>You have to remove [who] [covered] first!</span>")
return 0
if(!eater.has_mouth())
if(eater == user)
to_chat(eater, "<span class='warning'>You have no mouth, and cannot eat.</span>")
else
to_chat(user, "<span class='warning'>You can't feed [eater], because they have no mouth!</span>")
return 0
return 1
/obj/item/reagent_containers/ex_act()