From 478934e458edf1e23a695c87b4087897aceec39b Mon Sep 17 00:00:00 2001 From: Tom <8881105+tf-4@users.noreply.github.com> Date: Thu, 21 Apr 2022 14:40:33 +0100 Subject: [PATCH] mob spawn species lock to balloon alert (#12955) --- code/modules/mob_spawn/mob_spawn.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob_spawn/mob_spawn.dm b/code/modules/mob_spawn/mob_spawn.dm index f25cca69db9..2865fd13b4a 100644 --- a/code/modules/mob_spawn/mob_spawn.dm +++ b/code/modules/mob_spawn/mob_spawn.dm @@ -160,7 +160,7 @@ return // SKYRAT EDIT ADDITION if(restricted_species && !(user.client?.prefs?.read_preference(/datum/preference/choiced/species) in restricted_species)) - to_chat(user, span_warning("You cannot use this role because you are not the correct species!")) + balloon_alert(user, "incorrect species!") return // SKYRAT EDIT END if(prompt_ghost)