Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tiny suit jacket suit storage fix #6393

Closed
wants to merge 7 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
new /obj/item/clothing/under/lawyer/black(src)
new /obj/item/clothing/under/lawyer/red(src)
new /obj/item/clothing/under/lawyer/bluesuit(src)
new /obj/item/clothing/suit/storage/lawyer/bluejacket(src)
new /obj/item/clothing/suit/storage/lawyer(src)
new /obj/item/clothing/under/lawyer/purpsuit(src)
new /obj/item/clothing/suit/storage/lawyer/purpjacket(src)
new /obj/item/clothing/shoes/brown(src)
Expand Down
66 changes: 33 additions & 33 deletions code/modules/clothing/suits/jobs.dm
QuickLode marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
/obj/item/device/radio,
/obj/item/tank/emergency_oxygen,
/obj/item/tool/crowbar,
/obj/item/tool/pen,
)
//Captain
/obj/item/clothing/suit/captunic
Expand Down Expand Up @@ -55,7 +54,6 @@
/obj/item/weapon/gun/,
/obj/item/tank/emergency_oxygen,
/obj/item/device/flashlight,
/obj/item/storage/fancy/cigarettes,
/obj/item/tool/lighter,
/obj/item/storage/bible,
/obj/item/attachable/bayonet,
Expand Down Expand Up @@ -111,7 +109,6 @@
/obj/item/device/radio,
/obj/item/tank/emergency_oxygen,
/obj/item/tool/crowbar,
/obj/item/tool/pen,
)

//Chef
Expand All @@ -131,7 +128,6 @@
/obj/item/device/radio,
/obj/item/tank/emergency_oxygen,
/obj/item/tool/crowbar,
/obj/item/tool/pen,
)

//Security
Expand Down Expand Up @@ -167,9 +163,7 @@
allowed = list(
/obj/item/device/analyzer,
/obj/item/device/multitool,
/obj/item/device/pipe_painter,
/obj/item/device/radio,
/obj/item/device/t_scanner,
/obj/item/tool/crowbar,
/obj/item/tool/screwdriver,
/obj/item/tool/weldingtool,
Expand All @@ -179,10 +173,8 @@

/obj/item/weapon/gun,
/obj/item/ammo_magazine,
/obj/item/ammo_casing,
/obj/item/weapon/baton,
/obj/item/restraint/handcuffs,
/obj/item/storage/fancy/cigarettes,
/obj/item/tool/lighter,
/obj/item/weapon/baton,
/obj/item/restraint/handcuffs,
Expand All @@ -196,11 +188,7 @@
/obj/item/device/flashlight,
/obj/item/device/healthanalyzer,
/obj/item/device/taperecorder,
/obj/item/device/radio,
/obj/item/tank/emergency_oxygen,
/obj/item/tool/crowbar,
/obj/item/tool/crew_monitor,
/obj/item/tool/pen,
/obj/item/storage/large_holster/machete,
/obj/item/storage/large_holster/katana,
/obj/item/device/motiondetector,
Expand Down Expand Up @@ -228,9 +216,7 @@
allowed = list(
/obj/item/device/analyzer,
/obj/item/device/multitool,
/obj/item/device/pipe_painter,
/obj/item/device/radio,
/obj/item/device/t_scanner,
/obj/item/tool/crowbar,
/obj/item/tool/screwdriver,
/obj/item/tool/weldingtool,
Expand All @@ -239,11 +225,9 @@
/obj/item/clothing/mask/gas,

/obj/item/weapon/gun,
/obj/item/storage/fancy/cigarettes,
/obj/item/tool/lighter,
/obj/item/weapon/baton,
/obj/item/ammo_magazine,
/obj/item/ammo_casing,
/obj/item/weapon/baton,
/obj/item/restraint/handcuffs,
/obj/item/device/binoculars,
Expand All @@ -256,11 +240,7 @@
/obj/item/device/flashlight,
/obj/item/device/healthanalyzer,
/obj/item/device/taperecorder,
/obj/item/device/radio,
/obj/item/tank/emergency_oxygen,
/obj/item/tool/crowbar,
/obj/item/tool/crew_monitor,
/obj/item/tool/pen,
/obj/item/storage/large_holster/machete,
/obj/item/storage/large_holster/katana,
/obj/item/device/motiondetector,
Expand Down Expand Up @@ -296,9 +276,7 @@
allowed = list (
/obj/item/device/analyzer,
/obj/item/device/multitool,
/obj/item/device/pipe_painter,
/obj/item/device/radio,
/obj/item/device/t_scanner,
/obj/item/tool/crowbar,
/obj/item/tool/screwdriver,
/obj/item/tool/weldingtool,
Expand All @@ -307,7 +285,6 @@
/obj/item/clothing/mask/gas,

/obj/item/weapon/gun,
/obj/item/storage/fancy/cigarettes,
/obj/item/tool/lighter,
/obj/item/weapon/baton,
/obj/item/restraint/handcuffs,
Expand All @@ -320,11 +297,7 @@

/obj/item/device/flashlight,
/obj/item/device/healthanalyzer,
/obj/item/device/radio,
/obj/item/tank/emergency_oxygen,
/obj/item/tool/crowbar,
/obj/item/tool/crew_monitor,
/obj/item/tool/pen,
/obj/item/storage/large_holster/machete,
/obj/item/storage/large_holster/katana,
/obj/item/device/motiondetector,
Expand All @@ -351,18 +324,47 @@
item_state = "hazard_black"

//Lawyer
/obj/item/clothing/suit/storage/lawyer/bluejacket
QuickLode marked this conversation as resolved.
Show resolved Hide resolved
name = "Blue Suit Jacket"
/obj/item/clothing/suit/storage/lawyer
name = "blue suit jacket"
desc = "A snappy dress jacket."
icon_state = "suitjacket_blue_open"
item_state = "suitjacket_blue_open"
blood_overlay_type = "coat"
allowed = list (
/obj/item/device/analyzer,
/obj/item/device/multitool,
/obj/item/device/radio,
/obj/item/tool/crowbar,
/obj/item/tool/screwdriver,
/obj/item/tool/weldingtool,
/obj/item/tool/wirecutters,
/obj/item/tool/wrench,
/obj/item/clothing/mask/gas,

/obj/item/weapon/gun,
/obj/item/tool/lighter,
/obj/item/weapon/baton,
/obj/item/restraint/handcuffs,
/obj/item/device/binoculars,
/obj/item/attachable/bayonet,
/obj/item/storage/belt/gun/m4a3,
/obj/item/storage/belt/gun/m44,
/obj/item/storage/belt/gun/mateba,
/obj/item/storage/belt/gun/smartpistol,

/obj/item/device/flashlight,
/obj/item/device/healthanalyzer,
/obj/item/tool/crew_monitor,
/obj/item/storage/large_holster/machete,
/obj/item/storage/large_holster/katana,
/obj/item/device/motiondetector,
)
flags_armor_protection = BODY_FLAG_CHEST|BODY_FLAG_ARMS
valid_accessory_slots = list(ACCESSORY_SLOT_ARMBAND, ACCESSORY_SLOT_DECOR, ACCESSORY_SLOT_MEDAL)
restricted_accessory_slots = list(ACCESSORY_SLOT_ARMBAND)

/obj/item/clothing/suit/storage/lawyer/purpjacket
name = "Purple Suit Jacket"
name = "purple suit jacket"
desc = "A snappy dress jacket."
icon_state = "suitjacket_purp"
item_state = "suitjacket_purp"
Expand All @@ -371,7 +373,7 @@

//Internal Affairs
/obj/item/clothing/suit/storage/internalaffairs
name = "Internal Affairs Jacket"
name = "internal affairs jacket"
desc = "A smooth black jacket."
icon_state = "ia_jacket_open"
item_state = "ia_jacket"
Expand Down Expand Up @@ -406,7 +408,6 @@
desc = "This shouldn't be here..."
blood_overlay_type = "armor"
allowed = list(
/obj/item/storage/fancy/cigarettes,
/obj/item/tool/lighter,
/obj/item/weapon/baton,
/obj/item/restraint/handcuffs,
Expand All @@ -425,7 +426,6 @@
/obj/item/tank/emergency_oxygen,
/obj/item/tool/crowbar,
/obj/item/tool/crew_monitor,
/obj/item/tool/pen,
/obj/item/storage/large_holster/machete,
/obj/item/storage/large_holster/katana,
/obj/item/device/motiondetector,
Expand Down
2 changes: 1 addition & 1 deletion code/modules/gear_presets/survivors/misc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Everything below isn't used or out of place.
if(2) // Bar Tender
new_human.equip_to_slot_or_del(new /obj/item/clothing/under/waiter(new_human), WEAR_BODY)
new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel(new_human), WEAR_BACK)
new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/lawyer/bluejacket(new_human), WEAR_JACKET)
new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/lawyer(new_human), WEAR_JACKET)
new_human.equip_to_slot_or_del(new /obj/item/clothing/head/bowlerhat(new_human), WEAR_HEAD)
new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/gas/fake_mustache(new_human), WEAR_FACE)
new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup(new_human), WEAR_FEET)
Expand Down
2 changes: 1 addition & 1 deletion maps/map_files/BigRed/BigRed.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -4788,7 +4788,7 @@
/area/bigredv2/outside/marshal_office)
"aom" = (
/obj/structure/surface/table/woodentable/fancy,
/obj/item/clothing/suit/storage/lawyer/bluejacket,
/obj/item/clothing/suit/storage/lawyer,
/turf/open/floor{
icon_state = "wood"
},
Expand Down
Loading