diff --git a/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm b/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm new file mode 100644 index 0000000000..41c7e8d36e --- /dev/null +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm @@ -0,0 +1,63 @@ +/* +/datum/gear/fluff/testhorn + path = /obj/item/weapon/bikehorn + display_name = "Airhorn - Example Item" + description = "An example item that you probably shouldn't see!" + ckeywhitelist = list("broman2000") + allowed_roles = list("Station Engineer") //Don't include this if the item is not role restricted + character_name = list("shitfacemcgee") //Same applies here but for names +*/ + +// 0-9 CKEYS + +// A CKEYS + +// B CKEYS + +// C CKEYS + +// D CKEYS + +// E CKEYS + +// F CKEYS + +// G CKEYS + +// H CKEYS + +// I CKEYS + +// J CKEYS + +// K CKEYS + +// L CKEYS + +// M CKEYS + +// N CKEYS + +// O CKEYS + +// P CKEYS + +// Q CKEYS + +// R CKEYS + +// S CKEYS + +// T CKEYS + +// U CKEYS + +// V CKEYS + +// W CKEYS + +// X CKEYS + +// Y CKEYS + +// Z CKEYS \ No newline at end of file diff --git a/config/custom_items.txt b/config/custom_items.txt index 7e7a60dcf0..a2c2b799bd 100644 --- a/config/custom_items.txt +++ b/config/custom_items.txt @@ -1,4 +1,8 @@ ## +# -------------- +# Legacy/Defunct +# -------------- +# # Custom items go here. They are modifications of existing paths; look at the example for details. # Item will spawn if the target has one of the req_titles and if their on-spawn ID has the required access level. # req_access is going to be a shit to maintain since the config file can't grab constants and has to use integers, use it minimally. diff --git a/vorestation.dme b/vorestation.dme index 8dfa1dba49..0c3bbbeeff 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -1605,6 +1605,7 @@ #include "code\modules\client\preference_setup\loadout\loadout_eyes.dm" #include "code\modules\client\preference_setup\loadout\loadout_eyes_vr.dm" #include "code\modules\client\preference_setup\loadout\loadout_fluffitems_vr.dm" +#include "code\modules\client\preference_setup\loadout\loadout_fluffitems_yw.dm" #include "code\modules\client\preference_setup\loadout\loadout_general.dm" #include "code\modules\client\preference_setup\loadout\loadout_gloves.dm" #include "code\modules\client\preference_setup\loadout\loadout_gloves_vr.dm"