Fixes the ready button having the wrong sound effect (#9459)

Fixes the ready button having the wrong sound effect
This commit is contained in:
Matt Atlas
2020-07-25 22:28:49 +03:00
committed by GitHub
parent 62f828e327
commit 88f4dd35e7
2 changed files with 42 additions and 1 deletions
+1 -1
View File
@@ -145,7 +145,7 @@
/obj/screen/new_player/selection/join_game/Click()
var/mob/abstract/new_player/player = usr
sound_to(player, 'sound/effects/pop.ogg')
sound_to(player, 'sound/effects/menu_click.ogg')
if(SSticker.current_state <= GAME_STATE_SETTING_UP)
if(player.ready)
player.ready = FALSE