Fixed lathes eating multitools and wirecutters when open.

This commit is contained in:
Zuhayr
2014-07-01 01:04:06 +09:30
parent b50d42d80c
commit 1f93cff0a6
+5
View File
@@ -119,6 +119,11 @@
return
if (opened)
//Don't eat multitools or wirecutters used on an open lathe.
if(istype(O, /obj/item/device/multitool) || istype(O, /obj/item/weapon/wirecutters))
attack_hand(user)
return
//Dismantle the frame.
if(istype(O, /obj/item/weapon/crowbar))
dismantle()