Ban refactor part 1/3 - Removes appearance bans (#17125)

This commit is contained in:
AffectedArc07
2021-11-18 14:24:50 +01:00
committed by GitHub
parent 3a77df7518
commit 01044ab481
8 changed files with 1 additions and 175 deletions
+1 -1
View File
@@ -542,7 +542,7 @@
var/mob/living/carbon/human/new_character = new(loc)
new_character.lastarea = get_area(loc)
if(SSticker.random_players || appearance_isbanned(new_character))
if(SSticker.random_players)
client.prefs.active_character.randomise()
client.prefs.active_character.real_name = random_name(client.prefs.active_character.gender)
client.prefs.active_character.copy_to(new_character)