mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-14 19:41:53 +00:00
Vox no longer take *checks notes* 20 times more toxin damage than presumably intended? (#30867)
This commit is contained in:
@@ -92,7 +92,7 @@
|
||||
//Too much oxygen! //Yes, some species may not like it.
|
||||
if(safe_oxygen_max)
|
||||
if(O2_pp > safe_oxygen_max)
|
||||
var/ratio = (breath.oxygen() / safe_oxygen_max / safe_oxygen_max) * 10
|
||||
var/ratio = (breath.oxygen() / safe_oxygen_max) * 10
|
||||
H.apply_damage_type(clamp(ratio, oxy_breath_dam_min, oxy_breath_dam_max), oxy_damage_type)
|
||||
H.throw_alert("too_much_oxy", /atom/movable/screen/alert/too_much_oxy)
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user