mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 20:47:10 +01:00
minor tweaks
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
else if(iswrench(I))
|
||||
var/obj/item/wrench/W = I
|
||||
anchored = !anchored
|
||||
to_chat(user, "<span class='notice'>You [anchored ? "tighten [src]'s" : "loosen [src]'s"] wheels.</span>")
|
||||
to_chat(user, "<span class='notice'>You [anchored ? "tighten" : "loosen"] [src]'s wheels.</span>")
|
||||
playsound(loc, W.usesound, 50, TRUE)
|
||||
turn_on_or_off(FALSE)
|
||||
else
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 79 KiB After Width: | Height: | Size: 79 KiB |
Reference in New Issue
Block a user