Skip to content

Commit

Permalink
Add funny balls(smeshariki)
Browse files Browse the repository at this point in the history
  • Loading branch information
Microvolnovka19 committed Oct 20, 2024
1 parent 0479d26 commit a6bc6a0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tff_modular/modules/megafauna_music/code.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/mob/living/simple_animal/hostile/megafauna/blood_drunk_miner/Initialize(mapload)
. = ..()
if(prob(50))
var/datum/component/boss_music/current = GetComponent(/datum/component/boss_music)
current.boss_track = 'tff_modular/modules/megafauna_music/sounds/bdm_music.ogg'
current.track_duration = 76 SECONDS
Binary file not shown.
1 change: 1 addition & 0 deletions tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -8795,6 +8795,7 @@
#include "tff_modular\modules\loadout\code\clothing\neck.dm"
#include "tff_modular\modules\loadout\code\loadout\neck.dm"
#include "tff_modular\modules\martial\sleeping_carp.dm"
#include "tff_modular\modules\megafauna_music\code.dm"
#include "tff_modular\modules\modular_automapper\automapper.dm"
#include "tff_modular\modules\modular_automapper\replacer.dm"
#include "tff_modular\modules\nabbers\code\_nabbers.dm"
Expand Down

0 comments on commit a6bc6a0

Please sign in to comment.