Skip to content

Commit

Permalink
Mindslave sound
Browse files Browse the repository at this point in the history
  • Loading branch information
AyIong committed Nov 25, 2023
1 parent afa9135 commit 4bf13b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions modular_ss220/aesthetics_sounds/_aesthetics_sounds.dme
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
#include "code/closet.dm"
#include "code/items.dm"
#include "code/wilhelm.dm"
#include "code/mindslave.dm"
3 changes: 3 additions & 0 deletions modular_ss220/aesthetics_sounds/code/mindslave.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/datum/antagonist/mindslave/greet()
SEND_SOUND(owner.current, sound('sound/ambience/alarm4.ogg'))
return ..()

0 comments on commit 4bf13b2

Please sign in to comment.