mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user