Skip to content

Commit

Permalink
Removes a debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
savethetreez committed Jan 27, 2024
1 parent 4409c81 commit bca5df5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/modules/1713/barriers/sandbag.dm
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@
if (ishuman(user))
var/mob/living/human/H = user
decon_time /= 1.5*H.getStatCoeff("crafting")
world << "Debug: [decon_time]"
if (do_after(user, decon_time, src))
visible_message(SPAN_DANGER("[user] finishes dismantling the [src] using the [O.name]."), SPAN_DANGER("You finish dismantling the [src] using the [O.name]."))
var/turf = get_turf(src)
Expand Down

0 comments on commit bca5df5

Please sign in to comment.