Skip to content

Commit

Permalink
Add: A specific sound that borg hears when e-magged. (ss220-space#3795)
Browse files Browse the repository at this point in the history
  • Loading branch information
SSefuss authored and Etrnlmelancholy committed Jan 3, 2024
1 parent 5692e09 commit c747c1d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/mob/living/silicon/robot/robot.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1001,6 +1001,7 @@ GLOBAL_LIST_INIT(robot_verbs_default, list(
SetLockdown(TRUE) //Borgs were getting into trouble because they would attack the emagger before the new laws were shown
if(src.hud_used)
src.hud_used.update_robot_modules_display() //Shows/hides the emag item if the inventory screen is already open.
src.playsound_local(null, 'sound/ambience/antag/emaggedborg.ogg', 100, 0) // plays a specific sound that only borg hears when emagged.
disconnect_from_ai()
to_chat(user, "You emag [src]'s interface.")
add_attack_logs(user, src, "emagged", ATKLOG_FEW)
Expand Down
Binary file added sound/ambience/antag/emaggedborg.ogg
Binary file not shown.

0 comments on commit c747c1d

Please sign in to comment.