Skip to content

Commit

Permalink
And some more
Browse files Browse the repository at this point in the history
Also WHY WERE THESE NOT UNDER `monkestation/`???
  • Loading branch information
LikeLakers2 committed Feb 6, 2025
1 parent f6696e1 commit d3768f7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion code/modules/unit_tests/simple_animal_freeze.dm
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,11 @@
/mob/living/simple_animal/soulscythe,

//MONKESTATION-SPECIFIC ENTRIES END
/mob/living/simple_animal/buttbot,
/mob/living/simple_animal/bot/buttbot,
/mob/living/simple_animal/hostile/feral,
/mob/living/simple_animal/hostile/feraltabby,
/mob/living/simple_animal/hostile/syndicat,
/mob/living/simple_animal/pet/hamster,
//MONKESTATION-SPECIFIC ENTRIES END

// DO NOT ADD NEW ENTRIES TO THIS LIST
Expand Down
4 changes: 2 additions & 2 deletions tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -4841,12 +4841,10 @@
#include "code\modules\mob\living\simple_animal\friendly\gondola.dm"
#include "code\modules\mob\living\simple_animal\friendly\pet.dm"
#include "code\modules\mob\living\simple_animal\hostile\dark_wizard.dm"
#include "code\modules\mob\living\simple_animal\hostile\feral.dm"
#include "code\modules\mob\living\simple_animal\hostile\hostile.dm"
#include "code\modules\mob\living\simple_animal\hostile\illusion.dm"
#include "code\modules\mob\living\simple_animal\hostile\ooze.dm"
#include "code\modules\mob\living\simple_animal\hostile\pirate.dm"
#include "code\modules\mob\living\simple_animal\hostile\syndicat.dm"
#include "code\modules\mob\living\simple_animal\hostile\vatbeast.dm"
#include "code\modules\mob\living\simple_animal\hostile\jungle\_jungle_mobs.dm"
#include "code\modules\mob\living\simple_animal\hostile\jungle\leaper.dm"
Expand Down Expand Up @@ -7710,6 +7708,8 @@
#include "monkestation\code\modules\mob\living\carbon\human\species_type\tundra_moths\mothaccessories.dm"
#include "monkestation\code\modules\mob\living\carbon\human\species_type\tundra_moths\tundramoths.dm"
#include "monkestation\code\modules\mob\living\silicon\death.dm"
#include "monkestation\code\modules\mob\living\simple_animal\hostile\feral.dm"
#include "monkestation\code\modules\mob\living\simple_animal\hostile\syndicat.dm"
#include "monkestation\code\modules\mob\living\simple_animal\megafauna\wendigo.dm"
#include "monkestation\code\modules\mob\living\simple_animal\pets\bees.dm"
#include "monkestation\code\modules\mob_spawn\ghost_roles\space_roles\oldchef.dm"
Expand Down

0 comments on commit d3768f7

Please sign in to comment.