@@ -1,4 +1,4 @@
|
||||
/datum/gear/fingerless
|
||||
name = "Fingerless Gloves"
|
||||
category = slot_gloves
|
||||
path = /obj/item/clothing/gloves/fingerless
|
||||
path = /obj/item/clothing/gloves/fingerless
|
||||
|
||||
@@ -59,3 +59,9 @@
|
||||
category = slot_hands
|
||||
path = /obj/item/lighter
|
||||
cost = 2
|
||||
|
||||
/datum/gear/cigar
|
||||
name = "Cigar"
|
||||
category = slot_hands
|
||||
path = /obj/item/clothing/mask/cigarette/cigar
|
||||
cost = 4 //smoking is bad mkay
|
||||
|
||||
@@ -2,3 +2,8 @@
|
||||
name = "Balaclava"
|
||||
category = slot_wear_mask
|
||||
path = /obj/item/clothing/mask/balaclava
|
||||
|
||||
/datum/gear/moustache
|
||||
name = "Fake moustache"
|
||||
category = slot_wear_mask
|
||||
path = /obj/item/clothing/mask/fakemoustache
|
||||
|
||||
@@ -13,6 +13,12 @@
|
||||
category = slot_wear_suit
|
||||
path = /obj/item/clothing/suit/poncho/red
|
||||
|
||||
/datum/gear/redhood
|
||||
name = "Red cloak"
|
||||
category = slot_wear_suit
|
||||
path = /obj/item/clothing/suit/hooded/cloak/david
|
||||
cost = 3
|
||||
|
||||
/datum/gear/jacketbomber
|
||||
name = "Bomber jacket"
|
||||
category = slot_wear_suit
|
||||
@@ -99,4 +105,4 @@
|
||||
name = "fed (movie) uniform, ops/eng"
|
||||
category = slot_wear_suit
|
||||
path = /obj/item/clothing/suit/storage/fluff/fedcoat/eng
|
||||
restricted_roles = list("Chief Engineer","Atmospheric Technician","Station Engineer","Cargo Technician", "Shaft Miner", "Quartermaster")
|
||||
restricted_roles = list("Chief Engineer","Atmospheric Technician","Station Engineer","Cargo Technician", "Shaft Miner", "Quartermaster")
|
||||
|
||||
@@ -10,4 +10,17 @@
|
||||
desc = "A trenchcoat enchanced with a special lightweight kevlar. This one appears to be designed to be draped over one's shoulders rather than worn normally.."
|
||||
alternate_worn_icon = 'modular_citadel/icons/mob/citadel/suit.dmi'
|
||||
icon_state = "hostrench"
|
||||
item_state = "hostrench"
|
||||
item_state = "hostrench"
|
||||
|
||||
/obj/item/clothing/suit/hooded/cloak/david
|
||||
name = "red cloak"
|
||||
icon_state = "goliath_cloak"
|
||||
desc = "Ever wanted to look like a badass without ANY effort? Try this nanotrasen brand red cloak, perfect for kids"
|
||||
hoodtype = /obj/item/clothing/head/hooded/cloakhood/david
|
||||
body_parts_covered = CHEST|GROIN|ARMS
|
||||
|
||||
/obj/item/clothing/head/hooded/cloakhood/david
|
||||
name = "red cloak hood"
|
||||
icon_state = "golhood"
|
||||
desc = "conceal your face in shame with this nanotrasen brand hood"
|
||||
flags_inv = HIDEEARS|HIDEEYES|HIDEHAIR|HIDEFACIALHAIR
|
||||
|
||||
Reference in New Issue
Block a user