fixed the sleep damage eye blur effect

woo! yippie
(also renamed some of my older comments)
This commit is contained in:
Sonoida
2023-04-06 20:55:08 +02:00
parent 090cf0780b
commit f303300f6e
15 changed files with 18 additions and 23 deletions
@@ -70,7 +70,7 @@
to_chat(M,"<span class='notice'>You feel substantially bloated...</span>")
if(M.reagents.get_reagent_amount(/datum/reagent/consumable/flatulose) > 3)
to_chat(M,"<span class='notice'>You feel pretty gassy...</span>")
M.emote(pick("brap","fart"))
M.emote(pick("brap","fart")) // we gotta categorize this into "slob" category or something later! - GDLW2
..()
else
return ..()