diff --git a/modular_splurt/code/modules/mob/living/simple_animal/hostile/megafauna/penguinhiero.dm b/modular_splurt/code/modules/mob/living/simple_animal/hostile/megafauna/penguinhiero.dm new file mode 100644 index 0000000000..4b7654f7a3 --- /dev/null +++ b/modular_splurt/code/modules/mob/living/simple_animal/hostile/megafauna/penguinhiero.dm @@ -0,0 +1,4 @@ +/mob/living/simple_animal/hostile/megafauna/hierophant + name = "Hierophant" + icon = 'modular_splurt/icons/mob/lavaland/hierophant.dmi' + desc = "A penguin-like entity, he's holding what appears to be a scepter of some sort..." diff --git a/modular_splurt/icons/mob/lavaland/hierophant.dmi b/modular_splurt/icons/mob/lavaland/hierophant.dmi new file mode 100644 index 0000000000..2b73122d72 Binary files /dev/null and b/modular_splurt/icons/mob/lavaland/hierophant.dmi differ diff --git a/tgstation.dme b/tgstation.dme index 15feb7a981..a1fdacc1dd 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -4838,6 +4838,7 @@ #include "modular_splurt\code\modules\mob\living\simple_animal\hostile\megafauna\blood_drunk_miner.dm" #include "modular_splurt\code\modules\mob\living\simple_animal\hostile\megafauna\king_of_goats.dm" #include "modular_splurt\code\modules\mob\living\simple_animal\hostile\megafauna\sand.dm" +#include "modular_splurt\code\modules\mob\living\simple_animal\hostile\megafauna\penguinhiero.dm" #include "modular_splurt\code\modules\paperwork\pen.dm" #include "modular_splurt\code\modules\photography\photos\album.dm" #include "modular_splurt\code\modules\photography\photos\photo.dm"