mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-30 03:55:33 +00:00
Properly fixes white cane
Properly fixes white cane fluff item and corrects misleading comment in example code comment.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user