mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
Adds Vox loadout stuff
This commit is contained in:
@@ -0,0 +1,35 @@
|
|||||||
|
/datum/gear/uniform/voxcasual
|
||||||
|
display_name = "casual wear (Vox)"
|
||||||
|
path = /obj/item/clothing/under/vox/vox_casual
|
||||||
|
sort_category = "Xenowear"
|
||||||
|
whitelisted = list("Vox")
|
||||||
|
|
||||||
|
/datum/gear/uniform/voxrobes
|
||||||
|
display_name = "comfy robes (Vox)"
|
||||||
|
path = /obj/item/clothing/under/vox/vox_robes
|
||||||
|
sort_category = "Xenowear"
|
||||||
|
whitelisted = list("Vox")
|
||||||
|
|
||||||
|
/datum/gear/accessory/vox
|
||||||
|
display_name = "storage vest (Vox)"
|
||||||
|
path = /obj/item/clothing/accessory/storage/vox
|
||||||
|
sort_category = "Xenowear"
|
||||||
|
whitelisted = list("Vox")
|
||||||
|
|
||||||
|
/datum/gear/gloves/vox
|
||||||
|
display_name = "insulated gauntlets (Vox)"
|
||||||
|
path = /obj/item/clothing/gloves/vox
|
||||||
|
sort_category = "Xenowear"
|
||||||
|
whitelisted = list("Vox")
|
||||||
|
|
||||||
|
/datum/gear/shoes/vox
|
||||||
|
display_name = "magclaws (Vox)"
|
||||||
|
path = /obj/item/clothing/shoes/magboots/vox
|
||||||
|
sort_category = "Xenowear"
|
||||||
|
whitelisted = list("Vox")
|
||||||
|
|
||||||
|
/datum/gear/mask/vox
|
||||||
|
display_name = "alien mask (Vox)"
|
||||||
|
path = /obj/item/clothing/mask/gas/swat/vox
|
||||||
|
sort_category = "Xenowear"
|
||||||
|
whitelisted = list("Vox")
|
||||||
@@ -1243,6 +1243,7 @@
|
|||||||
#include "code\modules\client\preference_setup\loadout\loadout_uniform_vr.dm"
|
#include "code\modules\client\preference_setup\loadout\loadout_uniform_vr.dm"
|
||||||
#include "code\modules\client\preference_setup\loadout\loadout_utility.dm"
|
#include "code\modules\client\preference_setup\loadout\loadout_utility.dm"
|
||||||
#include "code\modules\client\preference_setup\loadout\loadout_xeno.dm"
|
#include "code\modules\client\preference_setup\loadout\loadout_xeno.dm"
|
||||||
|
#include "code\modules\client\preference_setup\loadout\loadout_xeno_vr.dm"
|
||||||
#include "code\modules\client\preference_setup\occupation\occupation.dm"
|
#include "code\modules\client\preference_setup\occupation\occupation.dm"
|
||||||
#include "code\modules\client\preference_setup\skills\skills.dm"
|
#include "code\modules\client\preference_setup\skills\skills.dm"
|
||||||
#include "code\modules\client\preference_setup\vore\01_ears.dm"
|
#include "code\modules\client\preference_setup\vore\01_ears.dm"
|
||||||
|
|||||||
Reference in New Issue
Block a user