mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
Cleans up a lot of globals a few other vars (#23246)
* i hate globals i hate globals * more fucking of these * sirryan review
This commit is contained in:
@@ -24,17 +24,6 @@ INITIALIZE_IMMEDIATE(/obj/effect/landmark/newplayer_start) //Without this you sp
|
||||
/obj/effect/landmark/lightsout
|
||||
name = "Electrical Storm Epicentre"
|
||||
|
||||
/obj/effect/landmark/awaystart
|
||||
name = "awaystart"
|
||||
icon = 'icons/effects/spawner_icons.dmi'
|
||||
icon_state = "Assistant"
|
||||
|
||||
INITIALIZE_IMMEDIATE(/obj/effect/landmark/awaystart) //Without this away missions break
|
||||
|
||||
/obj/effect/landmark/awaystart/Initialize(mapload)
|
||||
GLOB.awaydestinations.Add(src)
|
||||
return ..()
|
||||
|
||||
/obj/effect/landmark/spawner
|
||||
icon = 'icons/effects/spawner_icons.dmi'
|
||||
icon_state = "questionmark"
|
||||
|
||||
Reference in New Issue
Block a user