mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-29 16:19:36 +01:00
[MIRROR] Fixes the hotfix (#10570)
Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com>
This commit is contained in:
co-authored by
SatinIsle
parent
3c34988f92
commit
dee730b1c6
@@ -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"
|
||||
|
||||
@@ -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'
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user