Shitload of stuff.

This commit is contained in:
SkyMarshal
2012-01-02 21:48:42 -07:00
parent fbf59a3411
commit 411ccc4075
42 changed files with 4138 additions and 3864 deletions
+2 -1
View File
@@ -6,7 +6,8 @@
var/list/CustomItemList = list(
// ckey real_name item path
// list("miniature","Dave Booze",/obj/item/toy/crayonbox) //screw this i dont want crayons, it's an example okay
list("skymarshal", "Phillip Oswald", /obj/item/weapon/coin/silver) //Phillip likes to chew on cigars. Just unlit cigars, don't ask me why. Must be a clone thing. (Cigarette machines dispense cigars if they have a coin in them) --SkyMarshal
list("skymarshal", "Phillip Oswald", /obj/item/weapon/coin/silver), //Phillip likes to chew on cigars. Just unlit cigars, don't ask me why. Must be a clone thing. (Cigarette machines dispense cigars if they have a coin in them) --SkyMarshal
list("spaceman96", "Trenna Seber", /obj/item/weapon/pen/multi) //For Spesss.
)
/proc/EquipCustomItems(mob/living/carbon/human/M)