Set the twohanded.dm offhand item to abstract = 1.

This commit is contained in:
Pete Goodfellow
2013-03-25 17:15:14 +00:00
parent 4ea0992219
commit d53fdcaede
+9 -6
View File
@@ -89,17 +89,20 @@
user.put_in_inactive_hand(O)
return
///////////OFFHAND///////////////
/obj/item/weapon/twohanded/offhand
w_class = 5.0
icon_state = "offhand"
name = "offhand"
icon_state = "offhand"
w_class = 5.0
abstract = 1
unwield()
del(src)
/obj/item/weapon/twohanded/offhand/unwield()
del(src)
/obj/item/weapon/twohanded/offhand/wield()
del(src)
wield()
del(src)
/*
* Fireaxe