Merge pull request #8641 from Allfd/AtmosphericWeakenTweak

Reduce atmospheric stun times
This commit is contained in:
Fox McCloud
2018-02-19 23:36:52 -05:00
committed by GitHub
+1 -1
View File
@@ -318,7 +318,7 @@
to_chat(src, "<span class='userdanger'>The pressure sends you flying!</span>")
if(ishuman(src))
var/mob/living/carbon/human/H = src
H.Weaken(min(pressure_difference / 10, 10))
H.Weaken(min(pressure_difference / 50, 2))
spawn()
throw_at(general_direction, pressure_difference / 10, pressure_difference / 200, null, 0, 0, null)
last_forced_movement = air_master.current_cycle