usr -> user in monkey dexterity.

This commit is contained in:
Firecage
2015-01-21 19:57:48 +02:00
parent 950bc17c23
commit a93a1dfe36
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
/obj/item/device/violin/attack_self(mob/user as mob)
if(!user.IsAdvancedToolUser())
usr << "<span class='danger'>You don't have the dexterity to do this!</span>"
user << "<span class='danger'>You don't have the dexterity to do this!</span>"
return 1
interact(user)