mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Merge pull request #3860 from fluffe9911/cuter_foxes
Ports over a cute Fennec Fox from Old Old Yogs!
This commit is contained in:
@@ -30225,6 +30225,9 @@
|
||||
/obj/effect/turf_decal/tile/brown{
|
||||
dir = 8
|
||||
},
|
||||
/mob/living/simple_animal/pet/fox/fennec{
|
||||
name = "Autumn"
|
||||
},
|
||||
/turf/open/floor/plasteel,
|
||||
/area/quartermaster/office)
|
||||
"biw" = (
|
||||
|
||||
@@ -2947,6 +2947,7 @@
|
||||
#include "yogstation\code\modules\mob\living\silicon\robot\robot.dm"
|
||||
#include "yogstation\code\modules\mob\living\silicon\robot\robot_modules.dm"
|
||||
#include "yogstation\code\modules\mob\living\simple_animal\friendly\chocobo.dm"
|
||||
#include "yogstation\code\modules\mob\living\simple_animal\friendly\fennec.dm"
|
||||
#include "yogstation\code\modules\mob\living\simple_animal\hostile\floor_cluwne.dm"
|
||||
#include "yogstation\code\modules\mob\living\simple_animal\hostile\megafauna\colossus.dm"
|
||||
#include "yogstation\code\modules\mob\living\simple_animal\hostile\retaliate\dolphin.dm"
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
/mob/living/simple_animal/pet/fox/fennec
|
||||
name = "Fennec Fox"
|
||||
desc = "It's a fennec fox, fluffy little begger."
|
||||
icon = 'yogstation/icons/mob/pets.dmi'
|
||||
icon_state = "fennec"
|
||||
icon_living = "fennec"
|
||||
icon_dead = "fennec_dead"
|
||||
speak = list("squeek","Bark!","Meep","Awoo","Squeee!")
|
||||
speak_emote = list("squeeks", "barks")
|
||||
emote_hear = list("howls.","barks.")
|
||||
emote_see = list("dances on all fours.", "shivers.")
|
||||
speak_chance = 1
|
||||
turns_per_move = 7
|
||||
see_in_dark = 6
|
||||
butcher_results = list(/obj/item/reagent_containers/food/snacks/meat/slab = 3)
|
||||
gold_core_spawnable = FRIENDLY_SPAWN
|
||||
BIN
yogstation/icons/mob/pets.dmi
Normal file
BIN
yogstation/icons/mob/pets.dmi
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
Reference in New Issue
Block a user