Skip to content

Commit

Permalink
Update code/game/machinery/doors/blast_door.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Fluffy <[email protected]>
Signed-off-by: hazelrat <[email protected]>
  • Loading branch information
hazelrat and FluffyGhoster authored Oct 4, 2024
1 parent 8406a33 commit 8914fbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/game/machinery/doors/blast_door.dm
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@
while (cuts_needed)
welding = TRUE
to_chat(user, SPAN_NOTICE("You begin slicing through a support struct in the shutters. You see [cuts_needed] remaining."))

if(attacking_item.use_tool(src, user, cut_time, volume = 50) && WT.isOn())
welding = FALSE
cuts_needed--
Expand Down

0 comments on commit 8914fbe

Please sign in to comment.