Skip to content

Commit

Permalink
how did that get deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
Novacat committed Dec 6, 2019
1 parent bea2525 commit a3c48e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/toys.dm
Expand Up @@ -275,7 +275,7 @@
src.w_class = ITEMSIZE_LARGE
else
user << "<span class='notice'>You push the plastic blade back down into the handle.</span>"
playsound(user, 'sound/weapons/saberoff.ogg', 50, 1
playsound(user, 'sound/weapons/saberoff.ogg', 50, 1)
src.item_state = "[icon_state]"
src.w_class = ITEMSIZE_SMALL
update_icon()
Expand Down

0 comments on commit a3c48e6

Please sign in to comment.