Skip to content

Commit

Permalink
Update code/game/objects/items/tools/maintenance_tools.dm
Browse files Browse the repository at this point in the history
Co-authored-by: harryob <[email protected]>
  • Loading branch information
Diegoflores31 and harryob authored Aug 25, 2023
1 parent aaa1e6d commit 0ed9603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/tools/maintenance_tools.dm
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@
return
switch(safety)
if(EYE_PROTECTION_FLASH)
to_chat(user, SPAN_DANGER("You see a brigth light on the corner of your vision."))
to_chat(user, SPAN_DANGER("You see a bright light in the corner of your vision."))
E.take_damage(rand(0, 1), TRUE)
if(E.damage > 10)
E.take_damage(rand(3, 5), TRUE)
Expand Down

0 comments on commit 0ed9603

Please sign in to comment.