From 313c3a7a2a68c7e45897f2ed0943c9c3a2651739 Mon Sep 17 00:00:00 2001 From: klaasjared Date: Wed, 9 Jun 2021 06:36:57 -0400 Subject: [PATCH] Adds in fix and comments Fixes loadout to include new explo duffle and adds organizational comments to `backpack_vr.dm` to make it look nice. --- 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 0750ef71347..33e6aa2b3b0 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 56218337e60..8f9f47a374e 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