mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-24 05:36:57 +01:00
Merge pull request #9249 from Greenjoe12345/canefix
makes white cane use message use item's name
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user