Fixes the hotfix (#17462)

Disables stuff from my previous PR
This commit is contained in:
SatinIsle
2025-04-01 08:13:55 +01:00
committed by GitHub
parent ddfa4a4330
commit 04abad4132
2 changed files with 5 additions and 5 deletions
@@ -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"
@@ -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'