mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-07-13 08:42:25 +01:00
Revert "Merge branch 'master' into fairylights"
This reverts commit2947727659, reversing changes made to91063fe882.
This commit is contained in:
@@ -65,12 +65,6 @@
|
||||
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()
|
||||
|
||||
Reference in New Issue
Block a user