Skip to content

Commit

Permalink
build icon
Browse files Browse the repository at this point in the history
  • Loading branch information
MobiusWon committed Feb 22, 2024
1 parent 1e5442d commit 7b8ca34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/structures/barricade/barricade.dm
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@
return FALSE

var/soundchannel = playsound(src, nailgun.repair_sound, 25, 1)
if(!do_after(user, nailgun.nailing_speed, INTERRUPT_ALL, BUSY_ICON_FRIENDLY, src))
if(!do_after(user, nailgun.nailing_speed, INTERRUPT_ALL, BUSY_ICON_BUILD, src))
playsound(src, null, channel = soundchannel)
return FALSE

Expand Down

0 comments on commit 7b8ca34

Please sign in to comment.