Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: dj-34 <[email protected]>
  • Loading branch information
PhantornRU and dj-34 authored Dec 30, 2023
1 parent 7f5c542 commit ba2deb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/game/objects/structures/mirror.dm
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
if(voice_choice)
curse(user)

tts_choose(choice, H) // SS220 ADD
tts_choose(choice, H) // SS220 ADD

/obj/structure/mirror/magic/ui_close(mob/user)
curse(user)
Expand Down
2 changes: 1 addition & 1 deletion code/modules/admin/verbs/gimmick_team.dm
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
if(is_syndicate)
SSticker.mode.traitors |= H.mind //Adds them to extra antag list

H.change_voice(H) // SS220 ADD
H.change_voice(H) // SS220 ADD

players_spawned++
if(players_spawned >= teamsize)
Expand Down

0 comments on commit ba2deb4

Please sign in to comment.