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
+13 -1
View File
@@ -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)