mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 15:18:09 +01:00
Start of porting over the fluff items, to the new system.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user