mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 07:20:09 +01:00
walter (#18165)
This commit is contained in:
@@ -81,6 +81,10 @@
|
||||
/obj/structure/largecrate/animal/dog/pug
|
||||
held_type = /mob/living/simple_animal/hostile/commanded/dog/pug
|
||||
|
||||
/obj/structure/largecrate/animal/dog/bullterrier
|
||||
name = "bull terrier carrier"
|
||||
held_type = /mob/living/simple_animal/hostile/commanded/dog/bullterrier
|
||||
|
||||
/obj/structure/largecrate/animal/adhomai
|
||||
name = "adhomian animal crate"
|
||||
held_type = /mob/living/simple_animal/ice_tunneler
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -0,0 +1,42 @@
|
||||
################################
|
||||
# Example Changelog File
|
||||
#
|
||||
# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
|
||||
#
|
||||
# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
|
||||
# When it is, any changes listed below will disappear.
|
||||
#
|
||||
# Valid Prefixes:
|
||||
# bugfix
|
||||
# wip (For works in progress)
|
||||
# tweak
|
||||
# soundadd
|
||||
# sounddel
|
||||
# rscadd (general adding of nice things)
|
||||
# rscdel (general deleting of nice things)
|
||||
# imageadd
|
||||
# imagedel
|
||||
# maptweak
|
||||
# spellcheck (typo fixes)
|
||||
# experiment
|
||||
# balance
|
||||
# admin
|
||||
# backend
|
||||
# security
|
||||
# refactor
|
||||
#################################
|
||||
|
||||
# Your name.
|
||||
author: Wowzewow (Wezzy)
|
||||
|
||||
# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
|
||||
delete-after: True
|
||||
|
||||
# Any changes you've made. See valid prefix list above.
|
||||
# INDENT WITH TWO SPACES. NOT TABS. SPACES.
|
||||
# SCREW THIS UP AND IT WON'T WORK.
|
||||
# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
|
||||
# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
|
||||
changes:
|
||||
- rscadd: "Adds Bull Terriers."
|
||||
- bugfix: "Also adds inhands for pugs"
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 100 KiB After Width: | Height: | Size: 103 KiB |
Reference in New Issue
Block a user