From b414ac04eada5ad80dd454c499100c57904c2aa0 Mon Sep 17 00:00:00 2001 From: Cerebulon Date: Mon, 11 Apr 2022 10:14:02 +0100 Subject: [PATCH] Don't overwrite that when pasting actually --- code/datums/outfits/jobs/civilian.dm | 2 +- code/game/objects/items/weapons/storage/backpack.dm | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/code/datums/outfits/jobs/civilian.dm b/code/datums/outfits/jobs/civilian.dm index 31daf876a1..49d7efb494 100644 --- a/code/datums/outfits/jobs/civilian.dm +++ b/code/datums/outfits/jobs/civilian.dm @@ -54,7 +54,7 @@ backpack = /obj/item/weapon/storage/backpack/hydroponics satchel_one = /obj/item/weapon/storage/backpack/satchel/hyd messenger_bag = /obj/item/weapon/storage/backpack/messenger/hyd - /obj/item/weapon/storage/backpack/sport/hyd + sports_bag = /obj/item/weapon/storage/backpack/sport/hyd id_type = /obj/item/weapon/card/id/civilian/botanist pda_type = /obj/item/device/pda/botanist diff --git a/code/game/objects/items/weapons/storage/backpack.dm b/code/game/objects/items/weapons/storage/backpack.dm index f131909367..38b82beb36 100644 --- a/code/game/objects/items/weapons/storage/backpack.dm +++ b/code/game/objects/items/weapons/storage/backpack.dm @@ -214,7 +214,6 @@ name = "leather satchel" desc = "It's a very fancy satchel made with fine leather." icon_state = "satchel" - item_state_slots = list(slot_r_hand_str = "briefcase", slot_l_hand_str = "briefcase") /obj/item/weapon/storage/backpack/satchel/withwallet starts_with = list(/obj/item/weapon/storage/wallet/random)