mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 06:22:26 +01:00
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:
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user