Skip to content

Commit

Permalink
Introducing the Cardigan Welsh Corgi (#9822)
Browse files Browse the repository at this point in the history
* Cardigan Welsh Corgi

Cardigan welsh corgi add

* corgi update

a

* corgi update

corgi update

* Update dog.dm

* corgi is complete

* Update pets.dmi

* Update pets.dmi
  • Loading branch information
JikkaJoestar authored Sep 18, 2023
1 parent aaaa31b commit e221966
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions code/modules/mob/living/simple_animal/friendly/dog.dm
Original file line number Diff line number Diff line change
Expand Up @@ -715,3 +715,26 @@ GLOBAL_LIST_INIT(strippable_corgi_items, create_strippable_list(list(
else
if(M && stat != DEAD) // Same check here, even though emote checks it as well (poor form to check it only in the help case)
emote("me", 1, "growls!")

/mob/living/simple_animal/pet/dog/corgi/cardigan
name = "\improper cardigan corgi"
real_name = "Cardigan Welsh corgi"
desc = "Ian's tailed cousin"
icon_state = "cardigan_corgi"
icon_living = "cardigan_corgi"
icon_dead = "cardigan_corgi_dead"
childtype = /mob/living/simple_animal/pet/dog/corgi/puppy/cardigan //Only one type of puppy
held_state = "cardigan_corgi"

/mob/living/simple_animal/pet/dog/corgi/puppy/cardigan
name = "\improper cardigan corgi puppy"
real_name = "Cardigan Welsh corgi"
desc = "It's a corgi puppy!"
icon_state = "cardigan_puppy"
icon_living = "cardigan_puppy"
icon_dead = "cardigan_puppy_dead"
density = FALSE
pass_flags = PASSMOB
mob_size = MOB_SIZE_SMALL
collar_type = "puppy"
worn_slot_flags = ITEM_SLOT_HEAD
Binary file modified icons/mob/pets.dmi
Binary file not shown.
Binary file modified icons/mob/pets_held.dmi
Binary file not shown.
Binary file modified icons/mob/pets_held_lh.dmi
Binary file not shown.
Binary file modified icons/mob/pets_held_rh.dmi
Binary file not shown.

0 comments on commit e221966

Please sign in to comment.