Reworked Astral, doubled lung damage, fixed lung damage oopsie.

This commit is contained in:
Fermi
2019-07-10 21:35:47 +01:00
parent aece9b31ed
commit 8f555b0fdd
8 changed files with 71 additions and 34 deletions
@@ -1929,7 +1929,7 @@
/datum/reagent/moonsugar/on_mob_life(mob/living/carbon/M)
if(prob(20))
to_chat(M, "You find yourself unable to supress the desire to meow!")
M.emote("*nya")
M.emote("nya")
..()
//Kept for legacy, I think it will break everything if you enable it.