Vox no longer take *checks notes* 20 times more toxin damage than presumably intended? (#30867)

This commit is contained in:
Qwertytoforty
2025-11-04 10:24:08 -05:00
committed by GitHub
parent cd984e18d2
commit d875b69753

View File

@@ -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