mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-11 16:08:32 +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:
@@ -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)
|
||||
Reference in New Issue
Block a user