mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 06:27:26 +01:00
Ban refactor part 1/3 - Removes appearance bans (#17125)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user