Skip to content

Commit

Permalink
Adds missing animals; moves Bigsky to modular
Browse files Browse the repository at this point in the history
  • Loading branch information
LikeLakers2 committed Feb 6, 2025
1 parent d3768f7 commit ccff2bf
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 13 deletions.
13 changes: 0 additions & 13 deletions code/modules/mob/living/simple_animal/bot/secbot.dm
Original file line number Diff line number Diff line change
Expand Up @@ -102,19 +102,6 @@
bot_mode_flags = BOT_MODE_ON
bot_cover_flags = BOT_COVER_LOCKED | BOT_COVER_EMAGGED

//monkestation edit begin
/mob/living/simple_animal/bot/secbot/beepsky/big
name = "Officer Bigsky"
desc = "It's Commander Beep O'sky's massive, just-as aggressive cousin, Bigsky."
health = 150
bot_mode_flags = BOT_MODE_ON | BOT_MODE_AUTOPATROL | BOT_MODE_REMOTE_ENABLED
commissioned = FALSE

/mob/living/simple_animal/bot/secbot/beepsky/big/Initialize(mapload)
. = ..()
update_transform(1.3)
//monkestation edit end

/mob/living/simple_animal/bot/secbot/beepsky/explode()
var/atom/Tsec = drop_location()
new /obj/item/stock_parts/cell/potato(Tsec)
Expand Down
18 changes: 18 additions & 0 deletions code/modules/unit_tests/simple_animal_freeze.dm
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,27 @@

//MONKESTATION-SPECIFIC ENTRIES END
/mob/living/simple_animal/bot/buttbot,
/mob/living/simple_animal/bot/secbot/beepsky/big,
/mob/living/simple_animal/fish,
/mob/living/simple_animal/fish/angelfish,
/mob/living/simple_animal/fish/catfish,
/mob/living/simple_animal/fish/clownfish,
/mob/living/simple_animal/fish/dwarf_moonfish,
/mob/living/simple_animal/fish/goldfish,
/mob/living/simple_animal/fish/gunner_jellyfish,
/mob/living/simple_animal/fish/guppy,
/mob/living/simple_animal/fish/firefish,
/mob/living/simple_animal/fish/greenchromis,
/mob/living/simple_animal/fish/plasmatetra,
/mob/living/simple_animal/hostile/feral,
/mob/living/simple_animal/hostile/feraltabby,
/mob/living/simple_animal/hostile/illusion/khan_warrior,
/mob/living/simple_animal/hostile/megafauna/wendigo/monkestation_override,
/mob/living/simple_animal/hostile/syndicat,
/mob/living/simple_animal/pet/cat/breadcat/super,
/mob/living/simple_animal/pet/cat/original/super,
/mob/living/simple_animal/pet/cat/super,
/mob/living/simple_animal/pet/gondola/funky,
/mob/living/simple_animal/pet/hamster,
//MONKESTATION-SPECIFIC ENTRIES END

Expand Down
10 changes: 10 additions & 0 deletions monkestation/code/modules/mob/living/simple_animal/bot/secbot.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/mob/living/simple_animal/bot/secbot/beepsky/big
name = "Officer Bigsky"
desc = "It's Commander Beep O'sky's massive, just-as aggressive cousin, Bigsky."
health = 150
bot_mode_flags = BOT_MODE_ON | BOT_MODE_AUTOPATROL | BOT_MODE_REMOTE_ENABLED
commissioned = FALSE

/mob/living/simple_animal/bot/secbot/beepsky/big/Initialize(mapload)
. = ..()
update_transform(1.3)
1 change: 1 addition & 0 deletions tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -7708,6 +7708,7 @@
#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\bot\secbot.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"
Expand Down

0 comments on commit ccff2bf

Please sign in to comment.