Start of porting over the fluff items, to the new system.

This commit is contained in:
izac112
2019-09-17 05:50:27 +02:00
parent 40913f633b
commit 97c0bdf692
3 changed files with 68 additions and 0 deletions
@@ -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