mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-17 11:05:16 +01:00
usr -> user in monkey dexterity.
This commit is contained in:
@@ -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>"
|
||||
|
||||
Reference in New Issue
Block a user