From 4f546ba6f7b41be400e3c6419a364e2c8590f74f Mon Sep 17 00:00:00 2001 From: Novacat <35587478+Novacat@users.noreply.github.com> Date: Wed, 9 Jun 2021 10:42:06 -0400 Subject: [PATCH] Merge pull request #10598 from klaasjared/explo-duffle-fix Exploration Duffle Fix --- code/game/objects/items/weapons/storage/backpack_vr.dm | 4 +++- .../client/preference_setup/loadout/loadout_utility_vr.dm | 5 +++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/code/game/objects/items/weapons/storage/backpack_vr.dm b/code/game/objects/items/weapons/storage/backpack_vr.dm index 0750ef7134..33e6aa2b3b 100644 --- a/code/game/objects/items/weapons/storage/backpack_vr.dm +++ b/code/game/objects/items/weapons/storage/backpack_vr.dm @@ -115,7 +115,7 @@ icon_override = 'icons/mob/back_vr.dmi' icon_state = "explorer_duffle" - +///Roboticist Bags/// /obj/item/weapon/storage/backpack/satchel/roboticist name = "roboticist satchel" @@ -133,6 +133,8 @@ item_state = "backpack-robo" icon_state = "backpack-robo" +///Vintage Military Bags/// + /obj/item/weapon/storage/backpack/vietnam name = "vietnam backpack" desc = "There are tangos in the trees! We need napalm right now! Why is my gun jammed?" diff --git a/code/modules/client/preference_setup/loadout/loadout_utility_vr.dm b/code/modules/client/preference_setup/loadout/loadout_utility_vr.dm index 271a9a4658..192dcbfebd 100644 --- a/code/modules/client/preference_setup/loadout/loadout_utility_vr.dm +++ b/code/modules/client/preference_setup/loadout/loadout_utility_vr.dm @@ -56,6 +56,11 @@ path = /obj/item/weapon/storage/backpack/dufflebag/sci allowed_roles = list("Research Director","Scientist","Roboticist","Xenobiologist","Xenobotanist") +/datum/gear/utility/dufflebag/explorer + display_name = "explorer dufflebag" + path = /obj/item/weapon/storage/backpack/dufflebag/explorer + allowed_roles = list("Pathfinder","Explorer") + /datum/gear/utility/ID display_name = "contractor identification card" path = /obj/item/weapon/card/id/event/polymorphic/altcard