From 02ab22cae8e5fda6f1a56490a0ee67fc0ce00cb7 Mon Sep 17 00:00:00 2001 From: gozulio Date: Wed, 2 Oct 2019 21:55:27 -0400 Subject: [PATCH] Properly fixes white cane Properly fixes white cane fluff item and corrects misleading comment in example code comment. --- .../client/preference_setup/loadout/loadout_fluffitems_yw.dm | 5 +++-- vorestation.dme | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm b/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm index 53f2454c66..ed6abec2c5 100644 --- a/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm +++ b/code/modules/client/preference_setup/loadout/loadout_fluffitems_yw.dm @@ -5,7 +5,7 @@ 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 + character_name = list("shitfacemcgee") //Character name. this variable is required, or the item doesn't show in loadout. Change to "character_name = null" if not character restricted. */ // 0-9 CKEYS @@ -454,9 +454,10 @@ /datum/gear/fluff/goz_whitecane path = /obj/item/weapon/melee/goz_whitecane - display_name = "Telescopic White Cane" + display_name = "Telescopic White Cane." description = "A telescoping white cane. They are commonly used by the blind or visually impaired as a mobility tool or as a courtesy to others." ckeywhitelist = list("gozulio") + character_name = null // H CKEYS diff --git a/vorestation.dme b/vorestation.dme index 8f8916a0f2..591e9d4d2e 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -3343,6 +3343,7 @@ #include "code\ZAS\Zone.dm" #include "interface\interface.dm" #include "interface\skin.dmf" +#include "maps\example\example.dm" #include "maps\RandomZLevels\blackmarketpackers.dm" #include "maps\RandomZLevels\carpfarm.dm" #include "maps\RandomZLevels\listeningpost.dm" @@ -3376,6 +3377,5 @@ #include "maps\submaps\surface_submaps\plains\plains_areas.dm" #include "maps\submaps\surface_submaps\wilderness\wilderness.dm" #include "maps\submaps\surface_submaps\wilderness\wilderness_areas.dm" -#include "maps\tether\tether.dm" #include "maps\~map_system\maps.dm" // END_INCLUDE