Merge pull request #13407 from Screemonster/untitledrepobranch

It is a lovely morning in the station
This commit is contained in:
Casey
2022-07-31 05:23:03 -04:00
committed by GitHub
2 changed files with 9 additions and 1 deletions
@@ -47,4 +47,12 @@
add_modifier(/datum/modifier/berserk, 30 SECONDS)
/decl/mob_organ_names/goose
hit_zones = list("head", "chest", "left leg", "right leg", "left wing", "right wing", "neck")
hit_zones = list("head", "chest", "left leg", "right leg", "left wing", "right wing", "neck")
/mob/living/simple_mob/animal/space/goose/white
icon = 'icons/mob/animal_vr.dmi'
icon_state = "whitegoose"
icon_living = "whitegoose"
icon_dead = "whitegoose_dead"
name = "white goose"
desc = "And just when you thought it was a lovely day..."
Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 37 KiB