mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 20:11:04 +01:00
walter (#18165)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user