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
@@ -324,7 +324,7 @@
/obj/structure/piano/attack_hand(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)
@@ -36,7 +36,7 @@
/obj/structure/dispenser/attack_hand(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
user.set_machine(src)
var/dat = "[src]<br><br>"