species that cant get hungry now cant get thorsty

This commit is contained in:
DragonTrance
2021-03-01 19:56:05 -07:00
parent 2c653e1c65
commit 6902cf1c79
18 changed files with 28 additions and 21 deletions
@@ -93,7 +93,7 @@
to_chat(M, "<span class='userdanger'>Your wavefunction feels like it's been ripped in half. You feel empty inside.</span>")
log_game("FERMICHEM: [M] ckey: [M.key] has become addicted to eigenstasium")
M.Jitter(10)
M.nutrition = M.nutrition - (M.nutrition/15)
M.nutrition = max(M.nutrition - (M.nutrition/15), 0)
..()
/datum/reagent/fermi/eigenstate/addiction_act_stage2(mob/living/M)