mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-25 06:06:34 +01:00
Merge pull request #9285 from Frenjo/hos-equipment-tweaks
Tweaks the Head of Security's locker and office layout
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
|
||||
starts_with = list(
|
||||
/obj/item/clothing/head/helmet/HoS,
|
||||
/obj/item/clothing/head/helmet/HoS/hat,
|
||||
/obj/item/clothing/head/helmet/HoS/cap,
|
||||
/obj/item/clothing/suit/storage/vest/hos,
|
||||
/obj/item/clothing/under/rank/head_of_security/jensen,
|
||||
/obj/item/clothing/under/rank/head_of_security/corp,
|
||||
@@ -83,7 +83,6 @@
|
||||
/obj/item/radio/headset/heads/hos/alt,
|
||||
/obj/item/clothing/glasses/sunglasses/sechud,
|
||||
/obj/item/taperoll/police,
|
||||
/obj/item/shield/riot,
|
||||
/obj/item/shield/riot/tele,
|
||||
/obj/item/storage/box/holobadge/hos,
|
||||
/obj/item/clothing/accessory/medal/badge/holo/hos,
|
||||
@@ -99,12 +98,13 @@
|
||||
/obj/item/clothing/accessory/holster/waist,
|
||||
/obj/item/melee/telebaton,
|
||||
/obj/item/clothing/head/beret/sec/corporate/hos,
|
||||
/obj/item/clothing/suit/storage/hooded/wintercoat/security,
|
||||
/obj/item/clothing/suit/storage/hooded/wintercoat/security/hos,
|
||||
/obj/item/clothing/shoes/boots/winter/security,
|
||||
/obj/item/flashlight/maglight,
|
||||
/obj/item/clothing/mask/gas/half,
|
||||
/obj/item/clothing/mask/gas/sechailer/swat/hos)
|
||||
/obj/item/clothing/mask/gas/sechailer/swat/hos,
|
||||
/obj/item/clothing/accessory/storage/black_vest
|
||||
)
|
||||
|
||||
/obj/structure/closet/secure_closet/hos/Initialize()
|
||||
if(prob(50))
|
||||
|
||||
@@ -84,7 +84,7 @@
|
||||
item_state_slots = list(slot_r_hand_str = "beret_navy", slot_l_hand_str = "beret_navy")
|
||||
|
||||
/obj/item/clothing/head/beret/sec/navy/hos
|
||||
name = "Head of Security beret"
|
||||
name = "head of security beret"
|
||||
desc = "A navy blue beret with a Head of Security's rank emblem. For officers that are more inclined towards style than safety."
|
||||
icon_state = "beret_navy_hos"
|
||||
item_state_slots = list(slot_r_hand_str = "beret_navy", slot_l_hand_str = "beret_navy")
|
||||
@@ -102,7 +102,7 @@
|
||||
item_state_slots = list(slot_r_hand_str = "beret_black", slot_l_hand_str = "beret_black")
|
||||
|
||||
/obj/item/clothing/head/beret/sec/corporate/hos
|
||||
name = "Head of Security beret"
|
||||
name = "head of security beret"
|
||||
desc = "A corporate black beret with a Head of Security's rank emblem. For officers that are more inclined towards style than safety."
|
||||
icon_state = "beret_corporate_hos"
|
||||
item_state_slots = list(slot_r_hand_str = "beret_black", slot_l_hand_str = "beret_black")
|
||||
@@ -124,17 +124,17 @@
|
||||
valid_accessory_slots = null
|
||||
|
||||
/obj/item/clothing/head/helmet/HoS
|
||||
name = "Head of Security helmet"
|
||||
desc = "Standard Head of Security gear. Protects the head from impacts."
|
||||
name = "head of security's helmet"
|
||||
desc = "Standard gear for the Head of Security. Protects the head from impacts."
|
||||
|
||||
/obj/item/clothing/head/helmet/HoS/hat
|
||||
name = "Head of Security Hat"
|
||||
desc = "The hat of the Head of Security. For showing the officers who's in charge."
|
||||
/obj/item/clothing/head/helmet/HoS/cap
|
||||
name = "head of security's cap"
|
||||
desc = "The cap of the Head of Security. For showing the officers who's in charge."
|
||||
icon_state = "hoscap"
|
||||
valid_accessory_slots = null
|
||||
|
||||
/obj/item/clothing/head/helmet/dermal
|
||||
name = "Dermal Armour Patch"
|
||||
name = "dermal armour patch"
|
||||
desc = "You're not quite sure how you manage to take it on and off, but it implants nicely in your head."
|
||||
icon_state = "dermal"
|
||||
item_state_slots = list(slot_r_hand_str = "", slot_l_hand_str = "")
|
||||
|
||||
Reference in New Issue
Block a user