Skip to content

Commit

Permalink
Update maps/sierra/structures/other.dm
Browse files Browse the repository at this point in the history
Co-authored-by: SuhEugene <[email protected]>
  • Loading branch information
LordNest and SuhEugene authored Jan 14, 2024
1 parent 44f84ea commit 9be4d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maps/sierra/structures/other.dm
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
if(isWelder(W))
var/obj/item/weldingtool/WT = W
if(WT.remove_fuel(0, user))
overlays.Cut()
ClearOverlays()
bulletholes.Cut()
hp = initial(hp)
to_chat(usr, "<span class='notice'>You slice off [src]'s uneven chunks of aluminium and scorch marks.</span>")
Expand Down

0 comments on commit 9be4d8a

Please sign in to comment.