Files
+1
CHOMPStation2StaffMirrorBotGitHubKashargulWillchompstation-ci[bot] <199999496+chompstation-ci[bot]@users.noreply.github.com>ShadowLarkenschompstation-ci[bot] <12787406+chompstation-ci[bot]@users.noreply.github.com>GutiCameron LennoxSatinIsleMeepleMuncher
8dfc158dc0 [MIRROR] ban starts_with on map level (#12342)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
Co-authored-by: chompstation-ci[bot] <199999496+chompstation-ci[bot]@users.noreply.github.com>
Co-authored-by: ShadowLarkens <shadowlarkens@gmail.com>
Co-authored-by: chompstation-ci[bot] <12787406+chompstation-ci[bot]@users.noreply.github.com>
Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com>
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com>
Co-authored-by: MeepleMuncher <76881946+MeepleMuncher@users.noreply.github.com>
2026-02-03 23:55:24 +01:00

114 lines
4.4 KiB
Plaintext

/obj/structure/railing/overhang/bronze
icon_modifier = "wbronze_"
icon_state = "wbronze_railing0"
interactable = TRUE
/obj/structure/railing/overhang/grey
name = "steel ledge"
desc = "A metallic overhang that supports an elevated platform."
icon = 'modular_chomp/maps/overmap/aegis_carrier/aegis_icons/greyledge.dmi'
icon_modifier = "grey_"
icon_state = "grey_railing0"
interactable = TRUE
/obj/structure/closet/secure_closet/security/snowfield
starts_with = list(
/obj/item/clothing/gloves/black,
/obj/item/clothing/accessory/holster,
/obj/item/storage/belt/security,
/obj/item/clothing/head/beret/sec/corporate/officer,
/obj/item/clothing/head/helmet,
/obj/item/radio/headset/alt/headset_sec,
/obj/item/radio/headset/headset_sec,
/obj/item/radio/off,
/obj/item/storage/backpack/security,
/obj/item/storage/backpack/satchel/sec,
/obj/item/clothing/shoes/boots/marine,
/obj/item/clothing/suit/armor/bulletproof,
/obj/item/clothing/under/soviet,
/obj/item/reagent_containers/spray/pepper,
/obj/item/melee/classic_baton,
/obj/item/ammo_magazine/makarov=2,
/obj/item/gun/projectile/serdy_pistols/makarov)
/obj/structure/closet/secure_closet/medical3/snowfield
starts_with = list(
/obj/item/clothing/under/rank/medical,
/obj/item/clothing/under/rank/nurse,
/obj/item/clothing/under/rank/orderly,
/obj/item/clothing/suit/storage/toggle/labcoat,
/obj/item/clothing/suit/storage/toggle/labcoat/modern,
/obj/item/clothing/suit/storage/toggle/fr_jacket,
/obj/item/radio/headset/headset_med,
/obj/item/radio/headset/alt/headset_med,
/obj/item/clothing/suit/storage/hooded/wintercoat/medical,
/obj/item/clothing/shoes/boots/winter/medical,
/obj/item/clothing/under/rank/nursesuit,
/obj/item/clothing/head/nursehat,
/obj/item/storage/box/freezer=3,
/obj/item/storage/belt/medical)
/obj/structure/closet/secure_closet/engineering_personal/snowfield
starts_with = list(
/obj/item/clothing/accessory/storage/brown_vest,
/obj/item/storage/toolbox/mechanical,
/obj/item/radio/headset/headset_eng,
/obj/item/radio/headset/alt/headset_eng,
/obj/item/clothing/suit/storage/hazardvest,
/obj/item/clothing/mask/gas,
/obj/item/cartridge/engineering,
/obj/item/taperoll/engineering,
/obj/item/clothing/head/hardhat,
/obj/item/clothing/suit/storage/hooded/wintercoat/engineering,
/obj/item/clothing/shoes/boots/winter/engineering,
/obj/item/tank/emergency/oxygen/engi,
/obj/item/storage/belt/utility,
/obj/item/reagent_containers/spray/windowsealant)
/obj/structure/closet/secure_closet/detective/snowfield
starts_with = list(
/obj/item/clothing/gloves/forensic,
/obj/item/clothing/accessory/holster,
/obj/item/storage/belt/security,
/obj/item/clothing/head/fedora,
/obj/item/clothing/head/fedora/brown,
/obj/item/clothing/suit/storage/det_trench,
/obj/item/clothing/suit/storage/det_trench/grey,
/obj/item/clothing/suit/armor/bulletproof,
/obj/item/radio/headset/alt/headset_sec,
/obj/item/radio/headset/headset_sec,
/obj/item/radio/off,
/obj/item/storage/backpack/security,
/obj/item/storage/backpack/satchel/sec,
/obj/item/clothing/shoes/boots/marine,
/obj/item/clothing/under/soviet,
/obj/item/melee/classic_baton,
/obj/item/reagent_containers/spray/pepper,
/obj/item/flash,
/obj/item/ammo_magazine/s357=2,
/obj/item/gun/projectile/revolver/nagant)
/obj/structure/closet/secure_closet/warden/snowfield
starts_with = list(
/obj/item/clothing/gloves/combat,
/obj/item/clothing/accessory/holster,
/obj/item/storage/belt/security,
/obj/item/shield/riot,
/obj/item/ammo_magazine/akm=2,
/obj/item/gun/projectile/automatic/serdy/krinkov,
/obj/item/clothing/head/beret/sec/corporate/warden,
/obj/item/clothing/head/helmet/warden/hat,
/obj/item/clothing/head/helmet/warden,
/obj/item/clothing/suit/armor/swat/officer,
/obj/item/radio/headset/alt/heads/hos,
/obj/item/radio/headset/heads/hos,
/obj/item/storage/backpack/security,
/obj/item/storage/backpack/satchel/sec,
/obj/item/clothing/shoes/boots/marine,
/obj/item/ammo_magazine/s357=2,
/obj/item/gun/projectile/revolver/nagant/skinned,
/obj/item/clothing/under/soviet,
/obj/item/reagent_containers/spray/pepper,
/obj/item/melee/classic_baton)