Properly fixes white cane

Properly fixes white cane fluff item and corrects misleading comment in example code comment.
This commit is contained in:
gozulio
2019-10-02 21:55:27 -04:00
parent 8c1eaaa692
commit 02ab22cae8
2 changed files with 4 additions and 3 deletions

View File

@@ -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