From dee730b1c649fd487ec93a5d8ea8b5d82d533214 Mon Sep 17 00:00:00 2001 From: CHOMPStation2StaffMirrorBot <94713762+CHOMPStation2StaffMirrorBot@users.noreply.github.com> Date: Tue, 1 Apr 2025 07:29:34 -0700 Subject: [PATCH] [MIRROR] Fixes the hotfix (#10570) Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com> --- .../mob/living/carbon/human/species/station/station.dm | 2 +- maps/stellar_delight/stellar_delight_defines.dm | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/code/modules/mob/living/carbon/human/species/station/station.dm b/code/modules/mob/living/carbon/human/species/station/station.dm index b94df1ec83..dd8fdf3b17 100644 --- a/code/modules/mob/living/carbon/human/species/station/station.dm +++ b/code/modules/mob/living/carbon/human/species/station/station.dm @@ -2064,7 +2064,7 @@ genders = list(MALE, FEMALE, PLURAL, NEUTER) - spawn_flags = SPECIES_CAN_JOIN + spawn_flags = SPECIES_CAN_JOIN | SPECIES_IS_WHITELISTED | SPECIES_WHITELIST_SELECTABLE appearance_flags = HAS_HAIR_COLOR | HAS_LIPS | HAS_UNDERWEAR | HAS_EYE_COLOR flesh_color = "#ffffff" diff --git a/maps/stellar_delight/stellar_delight_defines.dm b/maps/stellar_delight/stellar_delight_defines.dm index 5480baa9c2..701ad18d43 100644 --- a/maps/stellar_delight/stellar_delight_defines.dm +++ b/maps/stellar_delight/stellar_delight_defines.dm @@ -22,7 +22,7 @@ /datum/map/stellar_delight/New() ..() -/* var/choice = pickweight(list( + var/choice = pickweight(list( "logo1" = 50, "logo2" = 50, "gateway" = 5, @@ -31,7 +31,7 @@ "above3b" = 200 )) if(choice) - lobby_screens = list(choice)*/ + lobby_screens = list(choice) /datum/map/stellar_delight name = "StellarDelight" @@ -46,8 +46,8 @@ zlevel_datum_type = /datum/map_z_level/stellar_delight - lobby_icon = 'icons/misc/title_vr_2.dmi' //remove the _2 after the event - lobby_screens = list("sparkles") //set back to youcanttaketheskyfromme + lobby_icon = 'icons/misc/title_vr.dmi' //remove the _2 after the event + lobby_screens = list("youcanttaketheskyfromme") //set back to youcanttaketheskyfromme id_hud_icons = 'icons/mob/hud_jobs_vr.dmi'