Merge pull request #9249 from Greenjoe12345/canefix

makes white cane use message use item's name
This commit is contained in:
Spookerton
2023-09-26 15:41:58 +01:00
committed by GitHub
+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"