Skip to content

Commit

Permalink
Update code/game/objects/structures/barricade/barricade.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Drathek <[email protected]>
  • Loading branch information
MobiusWon and Drulikar authored Feb 28, 2024
1 parent fa1ecef commit 4049366
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 @@ -473,7 +473,7 @@
return FALSE

if(!material || (material != user.l_hand && material != user.r_hand) || material.amount <= 0)
to_chat(user, SPAN_WARNING("You seem to have misplaced [material]!"))
to_chat(user, SPAN_WARNING("You seem to have misplaced the repair material!"))
return FALSE

var/soundchannel = playsound(src, nailgun.repair_sound, 25, 1)
Expand Down

0 comments on commit 4049366

Please sign in to comment.