mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 14:08:31 +01:00
[MIRROR] Adds Bull Terriers (#505)
* Adds Bull Terriers (#53148) * Adds Bull Terriers Co-authored-by: ishitbyabullet <deathzombine@outlook.com>
This commit is contained in:
co-authored by
ishitbyabullet
parent
445ef8b549
commit
2d84a7dd79
@@ -132,6 +132,19 @@
|
||||
name = "McGriff"
|
||||
desc = "This dog can tell someting smells around here, and that something is CRIME!"
|
||||
|
||||
/mob/living/simple_animal/pet/dog/bullterrier
|
||||
name = "\improper bull terrier"
|
||||
real_name = "bull terrier"
|
||||
desc = "It's a bull terrier."
|
||||
icon = 'icons/mob/pets.dmi'
|
||||
icon_state = "bullterrier"
|
||||
icon_living = "bullterrier"
|
||||
icon_dead = "bullterrier_dead"
|
||||
butcher_results = list(/obj/item/reagent_containers/food/snacks/meat/slab/corgi = 3) // Would feel redundant to add more new dog meats.
|
||||
gold_core_spawnable = FRIENDLY_SPAWN
|
||||
collar_type = "bullterrier"
|
||||
held_state = "bullterrier"
|
||||
|
||||
/mob/living/simple_animal/pet/dog/corgi/exoticcorgi
|
||||
name = "Exotic Corgi"
|
||||
desc = "As cute as it is colorful!"
|
||||
|
||||
Reference in New Issue
Block a user