Added leaving prints on APCs when using item on them

(fix issue #4109)
This commit is contained in:
Miniature
2013-12-25 22:11:13 +10:30
parent e7b797a5ed
commit 3d6f8ee4b2
+1
View File
@@ -218,6 +218,7 @@
if (istype(user, /mob/living/silicon) && get_dist(src,user)>1)
return src.attack_hand(user)
src.add_fingerprint(user)
if (istype(W, /obj/item/weapon/crowbar) && opened)
if (has_electronics==1)
if (terminal)