This commit is contained in:
Wowzewow (Wezzy)
2024-01-09 21:10:11 +00:00
committed by GitHub
parent a5ed2fe9c3
commit aa7af3e370
5 changed files with 56 additions and 1 deletions
+2 -1
View File
@@ -138,7 +138,8 @@ STOCK_ITEM_LARGE(dog, 0.2)
var/dog = pick( \
/obj/structure/largecrate/animal/dog, \
/obj/structure/largecrate/animal/dog/amaskan, \
/obj/structure/largecrate/animal/dog/pug \
/obj/structure/largecrate/animal/dog/pug, \
/obj/structure/largecrate/animal/dog/bullterrier \
)
new dog(L)
@@ -111,6 +111,14 @@
butchering_products = list(/obj/item/stack/material/animalhide = 2)
/mob/living/simple_animal/hostile/commanded/dog/bullterrier
name = "bull terrier"
desc = "An odd looking dog with a head in the shape of an egg."
icon_state = "bullterrier"
icon_living = "bullterrier"
icon_dead = "bullterrier_dead"
/mob/living/simple_animal/hostile/commanded/dog/harron
name = "domesticated ha'rron"
short_name = "ha'rron"