mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-10 23:54:14 +01:00
Set the twohanded.dm offhand item to abstract = 1.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user