Skip to content

Commit

Permalink
blackbox: Track Lavaland mob/tendril spawn counts. (#26602)
Browse files Browse the repository at this point in the history
  • Loading branch information
warriorstar-orion authored Aug 29, 2024
1 parent a20f1c4 commit 9dca367
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/game/turfs/simulated/floor/asteroid_floors.dm
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@ GLOBAL_LIST_INIT(megafauna_spawn_list, list(/mob/living/simple_animal/hostile/me
megafauna_spawn_list.Remove(randumb)

new randumb(T)
SSblackbox.record_feedback("tally", "lavaland_mob_spawns", 1, "[randumb]")

#undef SPAWN_MEGAFAUNA
#undef SPAWN_BUBBLEGUM
Expand Down

0 comments on commit 9dca367

Please sign in to comment.