minor tweaks

This commit is contained in:
Citinited
2018-12-16 13:24:48 +00:00
parent 273d8bf02b
commit 615ff4af35
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -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