Skip to content

Commit

Permalink
Fixes a DIFFERENT error in welding code. (#4995)
Browse files Browse the repository at this point in the history
* fixes the ears i made ten  minutes ago, oops./

* reduces welding damage

by about half. It's still gonna be REALLY REALLY BAD to weld without protection due to the way the injuries progress even when fixed but this should at least prevent eyes from being instantly turned to ash on single unprotected weld.

* Revert "fixes the ears i made ten  minutes ago, oops./"

This reverts commit 11f3281.

* lol
  • Loading branch information
cdb-is-not-good authored Jan 31, 2024
1 parent f073c06 commit 482736e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/weapons/tools/_tools.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1082,7 +1082,7 @@
E.take_damage(1, BURN)
if(E.damage > 12)
H.eye_blurry += rand(3,6)
if(FLASH_PROTECTION_MINOR)
if(FLASH_PROTECTION_MODERATE)
to_chat(H, SPAN_WARNING("The searing light burns your eyes through your insufficient protection."))
E.take_damage(rand(6, 9), BURN)
if(E.damage > 11)
Expand Down

0 comments on commit 482736e

Please sign in to comment.