makes white cane use message use item's name

This commit is contained in:
Greenjoe12345
2023-09-18 22:43:33 +01:00
committed by GitHub
parent 5cf0edb95a
commit 8e98ab5b37
+2 -2
View File
@@ -112,7 +112,7 @@
/obj/item/cane/white/attack(mob/M as mob, mob/user as mob)
if(user.a_intent == I_HELP)
user.visible_message("<span class='notice'>\The [user] has lightly tapped [M] on the ankle with their white cane!</span>")
user.visible_message("<span class='notice'>\The [user] has lightly tapped [M] on the ankle with their [name]!</span>")
return TRUE
else
. = ..()
@@ -174,4 +174,4 @@
unfoldverb = "unfold"
foldverb = "fold"
unfoldicon = "whitecane2out"
foldicon = "whitecane2in"
foldicon = "whitecane2in"