mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-15 09:57:49 +01:00
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:
@@ -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")
|
||||
Reference in New Issue
Block a user