Merge pull request #6078 from Commandersand/LOADOUT

MORE LOADOUT STUFF
This commit is contained in:
deathride58
2018-05-02 17:29:44 +00:00
committed by GitHub
5 changed files with 33 additions and 3 deletions
@@ -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")