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.
@@ -786,3 +786,14 @@
|
||||
can_adjust = FALSE
|
||||
fitted = FEMALE_UNIFORM_TOP
|
||||
mutantrace_variation = NO_MUTANTRACE_VARIATION
|
||||
|
||||
//Chemlight the dumb dog was here
|
||||
/obj/item/clothing/under/greenplaidshirt
|
||||
name = "plaid green shirt"
|
||||
desc = "A pair of khaki pants and a green shirt with a plaid open button shirt, looks roomy on the inside..."
|
||||
icon_state = "greenplaidshirt"
|
||||
item_state = "greenplaidshirt"
|
||||
item_color = "greenplaidshirt"
|
||||
body_parts_covered = CHEST|GROIN|ARMS|LEGS
|
||||
can_adjust = FALSE
|
||||
//yes
|
||||
@@ -58,4 +58,16 @@
|
||||
desc = "Winter Dawn in plushie form! Very cuddly."
|
||||
icon = 'hyperstation/icons/obj/plushes.dmi'
|
||||
icon_state = "lyricalpaws"
|
||||
item_state = "lyricalpaws"
|
||||
item_state = "lyricalpaws"
|
||||
|
||||
/obj/item/toy/plush/mammal/chemlight
|
||||
desc = "An adorable stuffed toy of a mammal that seems to resemble a crew member! It looks to glow and sport four arms."
|
||||
gender = MALE //he's a boy, right?
|
||||
icon = 'hyperstation/icons/obj/plushes.dmi'
|
||||
icon_state = "chemlight"
|
||||
item_state = "chemlight"
|
||||
light_color = "#CCFF33"
|
||||
light_power = 0.25
|
||||
light_range = 1.4
|
||||
attack_verb = list("bapped", "slapped", "bonked")
|
||||
squeak_override = list('modular_citadel/sound/voice/bark.ogg' = 1)
|
||||
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 367 KiB After Width: | Height: | Size: 368 KiB |
|
Before Width: | Height: | Size: 105 KiB After Width: | Height: | Size: 106 KiB |
@@ -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")
|
||||
|
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 56 KiB |
|
Before Width: | Height: | Size: 326 KiB After Width: | Height: | Size: 328 KiB |