Testing art skills

I ended up practicing some spriting with  byond's editing software, I'll have to find better methods about how to do this (like uploading a png from SAI) Regargless I liked how these all came out it was too good that not putting them in would be a waste.
This commit is contained in:
Chemlight
2021-01-26 07:21:30 -08:00
parent 66ae302494
commit 52f76bd74a
9 changed files with 39 additions and 1 deletions
@@ -207,3 +207,11 @@
category = SLOT_IN_BACKPACK
path = /obj/item/sounding
cost = 1
//chemlight doged
/datum/gear/lipstick_white
name = "Chemlight Plushie"
category = SLOT_IN_BACKPACK
path = /obj/item/toy/plush/mammal/chemlight
ckeywhitelist = list("chemlight")
//Done with that.
@@ -479,3 +479,10 @@
category = SLOT_W_UNIFORM
path = /obj/item/clothing/under/roman
cost = 1
/datum/gear/greenplaidshirt
name = "plaid green shirt"
category = SLOT_W_UNIFORM
path = /obj/item/clothing/under/greenplaidshirt
cost = 1
ckeywhitelist = list("chemlight")