This commit is contained in:
Zuhayr
2014-10-11 07:44:48 +10:30
parent d278e496ee
commit 9b23315359
5 changed files with 16 additions and 14 deletions
@@ -31,6 +31,10 @@
if(1 to 4) overlays += "phoron-[phorontanks]"
if(5 to INFINITY) overlays += "phoron-5"
/obj/structure/dispenser/attack_ai(mob/user as mob)
if(user.Adjacent(src))
return attack_hand(user)
..()
/obj/structure/dispenser/attack_hand(mob/user as mob)
user.set_machine(src)