Healium is too powerful we need to nerf it! (#53766)

Healium was too stronk, nerfed it to behave like a good gas.
Added coughing and euphoria mood if breathed in small quantities to alert the player.
Sleep if it is 3 moles in the air for 3 to 5 seconds
Sleep you if is more than 6 moles and it heals you while knocked down.
Lowered the amount of healing done

Edit: It doesnt knock you out, it makes you sleep now, since the knockdown effect was so strong that people wouldn't wake up
This commit is contained in:
Ghilker
2020-09-21 00:17:58 -07:00
committed by GitHub
parent 7c09f8178c
commit 5d83a52bb6
7 changed files with 90 additions and 46 deletions
+2 -2
View File
@@ -135,7 +135,7 @@
O.Immobilize(AmountImmobilized(), ignore_canstun = TRUE)
O.Paralyze(AmountParalyzed(), ignore_canstun = TRUE)
O.Unconscious(AmountUnconscious(), ignore_canstun = TRUE)
O.Sleeping(AmountSleeping(), ignore_canstun = TRUE)
O.Sleeping(AmountSleeping())
//transfer reagents
if(tr_flags & TR_KEEPREAGENTS)
@@ -314,7 +314,7 @@
O.Immobilize(AmountImmobilized(), ignore_canstun = TRUE)
O.Paralyze(AmountParalyzed(), ignore_canstun = TRUE)
O.Unconscious(AmountUnconscious(), ignore_canstun = TRUE)
O.Sleeping(AmountSleeping(), ignore_canstun = TRUE)
O.Sleeping(AmountSleeping())
//transfer reagents
if(tr_flags & TR_KEEPREAGENTS)