Ian and Corgi Resprite (#14873)

* Adding sprites + rudimentary coding

* changelog, better dead sprite and corgi plush

* last puppy tweak

* last fixes
This commit is contained in:
niennab
2022-10-03 14:30:52 -03:00
committed by GitHub
parent 5caa7ba338
commit 3c6353a20b
6 changed files with 64 additions and 1 deletions
+14
View File
@@ -589,6 +589,20 @@ var/list/holder_mob_icon_cache = list()
item_state = "corgi"
w_class = ITEMSIZE_NORMAL
/obj/item/holder/ian
name = "corgi"
icon = 'icons/mob/npc/pets.dmi'
icon_state = "ian"
item_state = "ian"
w_class = ITEMSIZE_NORMAL
/obj/item/holder/lisa
name = "lisa"
icon = 'icons/mob/npc/pets.dmi'
icon_state = "lisa"
item_state = "lisa"
w_class = ITEMSIZE_NORMAL
/obj/item/holder/fox
name = "fox"
icon = 'icons/mob/npc/pets.dmi'
@@ -43,12 +43,17 @@
name = "Ian"
real_name = "Ian" //Intended to hold the name without altering it.
gender = MALE
desc = "It's a corgi."
desc = "It's Ian the corgi."
icon = 'icons/mob/npc/pets.dmi'
icon_state = "ian"
icon_living = "ian"
icon_dead = "ian_dead"
named = TRUE
//var/obj/movement_target
response_help = "pets"
response_disarm = "bops"
response_harm = "kicks"
holder_type = /obj/item/holder/ian
/mob/living/simple_animal/corgi/Ian/think()
..()
@@ -111,6 +116,7 @@
icon_state = "puppy"
icon_living = "puppy"
icon_dead = "puppy_dead"
holder_type = /obj/item/holder/corgi
butchering_products = list(/obj/item/stack/material/animalhide/corgi = 1)
@@ -135,6 +141,7 @@
response_help = "pets"
response_disarm = "bops"
response_harm = "kicks"
holder_type = /obj/item/holder/lisa
var/puppies = 0
//Lisa already has a cute bow!