Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions yogstation/code/modules/mob/living/simple_animal/friendly/goats.dm
Original file line number Diff line number Diff line change
Expand Up @@ -443,3 +443,16 @@
icon_dead = "suspiciousgoat_dead"
gold_core_spawnable = NO_SPAWN
ventcrawler = VENTCRAWLER_ALWAYS

/mob/living/simple_animal/hostile/retaliate/goat/thrumbo
name = "Thrumboat"
desc = "A very fancy looking goat from those outer-rim worlds."
icon = 'yogstation/icons/mob/goats/thrumbo.dmi'
icon_state = "thrumbo"
icon_living = "thrumbo"
icon_dead = "thrumbo_dead"
emote_see = list("shakes its head.", "stamps a hoof.", "peers around.")
attacktext = "slashes"
attack_sound = 'sound/weapons/slash.ogg'
melee_damage_lower = 10
melee_damage_upper = 15
Binary file added yogstation/icons/mob/goats/thrumbo.dmi
Binary file not shown.