From 04abad413282dcd39fc4e3385fd5e1ad2ef407cb Mon Sep 17 00:00:00 2001 From: SatinIsle <98125273+SatinIsle@users.noreply.github.com> Date: Tue, 1 Apr 2025 08:13:55 +0100 Subject: [PATCH] Fixes the hotfix (#17462) Disables stuff from my previous PR --- .../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 589e1d2ac6..212bfa0330 100644 --- a/code/modules/mob/living/carbon/human/species/station/station.dm +++ b/code/modules/mob/living/carbon/human/species/station/station.dm @@ -2021,7 +2021,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 7d47081bc8..ca143b84a1 100644 --- a/maps/stellar_delight/stellar_delight_defines.dm +++ b/maps/stellar_delight/stellar_delight_defines.dm @@ -1,6 +1,6 @@ /datum/map/stellar_delight/New() ..() -/* var/choice = pickweight(list( + var/choice = pickweight(list( "logo1" = 50, "logo2" = 50, "gateway" = 5, @@ -9,7 +9,7 @@ "above3b" = 200, )) if(choice) - lobby_screens = list(choice)*/ + lobby_screens = list(choice) /datum/map/stellar_delight name = "StellarDelight" @@ -24,8 +24,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'