mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
Co-authored-by: Changelogs <action@github.com> Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: Kashargul <KashL@t-online.de>
17 lines
719 B
Plaintext
17 lines
719 B
Plaintext
/datum/gear/fluff
|
|
path = /obj/item
|
|
sort_category = "Fluff Items"
|
|
display_name = "If this item can be chosen or seen, ping a coder immediately!"
|
|
ckeywhitelist = list("This entry should never be choosable with this variable set.") //If it does, then that means somebody fucked up the whitelist system pretty hard
|
|
character_name = list("This entry should never be choosable with this variable set.")
|
|
cost = 0
|
|
/*
|
|
/datum/gear/fluff/testhorn
|
|
path = /obj/item/bikehorn
|
|
display_name = "Airhorn - Example Item"
|
|
description = "An example item that you probably shouldn't see!"
|
|
ckeywhitelist = list("mewchild")
|
|
allowed_roles = list("Station Engineer")
|
|
*/
|
|
//The above is a direct copy of the core info from the _vr file
|