Update belt.dm

This commit is contained in:
Heredth
2014-05-13 15:43:57 -07:00
parent 99d4016955
commit ae351f0841

View File

@@ -168,6 +168,16 @@
)
/obj/item/weapon/storage/belt/skull
name = "trophy-belt" //FATALITY
desc = "Excellent for holding the heads of your fallen foes."
icon_state = "utilitybelt"
item_state = "utility"
can_hold = list(
"/datum/organ/external/head"
)
/obj/item/weapon/storage/belt/mining
name = "mining gear belt"
desc = "Can hold various mining gear like pickaxes or drills."
@@ -199,4 +209,4 @@
"/obj/item/weapon/resonator",
"/obj/item/device/wormhole_jaunter",
"/obj/item/weapon/lazarus_injector",
"/obj/item/weapon/anobattery")
"/obj/item/weapon/anobattery")