mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-14 01:19:04 +01:00
Merge pull request #810 from Kabramen/More-loadout-stuff---now-with-Roman-flavor!
More loadout stuff - now with Roman flavor!
This commit is contained in:
@@ -65,3 +65,9 @@
|
||||
category = SLOT_HANDS
|
||||
path = /obj/item/clothing/mask/cigarette/cigar
|
||||
cost = 4 //smoking is bad mkay
|
||||
|
||||
/datum/gear/romanshield
|
||||
name = "Improper Roman shield"
|
||||
category = SLOT_HANDS
|
||||
path = /obj/item/shield/riot/roman/fake
|
||||
cost = 2
|
||||
@@ -113,3 +113,19 @@
|
||||
name = "Pharaoh Hat"
|
||||
category = SLOT_HEAD
|
||||
path = /obj/item/clothing/head/pharaoh
|
||||
|
||||
/datum/gear/gladiatorhelmet
|
||||
name = "Gladiator helmet"
|
||||
category = SLOT_HEAD
|
||||
path = /obj/item/clothing/head/helmet/gladiator
|
||||
|
||||
/datum/gear/romanhelmet
|
||||
name = "Improper Roman helmet"
|
||||
category = SLOT_HEAD
|
||||
path = /obj/item/clothing/head/helmet/roman/fake
|
||||
|
||||
/datum/gear/legionnaire
|
||||
name = "Improper Roman legionnaire helmet"
|
||||
category = SLOT_HEAD
|
||||
path = /obj/item/clothing/head/helmet/roman/legionnaire/fake
|
||||
cost = 2
|
||||
@@ -92,3 +92,8 @@ datum/gear/highheels
|
||||
name = "High Heels"
|
||||
category = SLOT_SHOES
|
||||
path= /obj/item/clothing/shoes/highheels
|
||||
|
||||
datum/gear/romansandals
|
||||
name = "Roman sandals"
|
||||
category = SLOT_SHOES
|
||||
path= /obj/item/clothing/shoes/roman
|
||||
@@ -467,3 +467,15 @@
|
||||
category = SLOT_W_UNIFORM
|
||||
path = /obj/item/clothing/under/polychromic/shortsbra
|
||||
cost = 1
|
||||
|
||||
/datum/gear/gladiator
|
||||
name = "Gladiator uniform"
|
||||
category = SLOT_W_UNIFORM
|
||||
path = /obj/item/clothing/under/gladiator
|
||||
cost = 1
|
||||
|
||||
/datum/gear/roman
|
||||
name = "Improper Roman armor"
|
||||
category = SLOT_W_UNIFORM
|
||||
path = /obj/item/clothing/under/roman
|
||||
cost = 1
|
||||
|
||||
Reference in New Issue
Block a user