Makes is_mechanical() use OOP, removes bizarre is_active()

This commit is contained in:
Tastyfish
2016-05-17 07:25:52 -04:00
parent e60ba418d0
commit ef3859203b
7 changed files with 12 additions and 22 deletions
@@ -320,7 +320,7 @@
return
step_towards(O, src.loc)
if(user != O)
user.show_viewers("<span class='danger'>[user] stuffs [O] into [src]!</span>")
user.visible_message("<span class='danger'>[user] stuffs [O] into [src]!</span>", "<span class='danger'>You stuff [O] into [src]!</span>")
src.add_fingerprint(user)
/obj/structure/closet/attack_ai(mob/user)