Files
CHOMPStation2/code/game/turfs/unsimulated.dm
ShadowLarkens 2e23dcdb49 Speed up mapload significantly
Co-authored-by: Aronai Sieyes <arokha@arokha.com>
2020-03-19 00:29:24 -04:00

25 lines
708 B
Plaintext

/turf/unsimulated
name = "command"
oxygen = MOLES_O2STANDARD
nitrogen = MOLES_N2STANDARD
initialized = TRUE // Don't call init on unsimulated turfs (at least not yet)
//VOREStation Add
/turf/unsimulated/fake_space
name = "\proper space"
icon = 'icons/turf/space.dmi'
icon_state = "0"
dynamic_lighting = FALSE
/turf/unsimulated/fake_space/Initialize(mapload)
. = ..()
icon_state = "[((x + y) ^ ~(x * y) + z) % 25]"
//VOREStation Add End
// Better nip this just in case.
/turf/unsimulated/rcd_values(mob/living/user, obj/item/weapon/rcd/the_rcd, passed_mode)
return FALSE
/turf/unsimulated/rcd_act(mob/living/user, obj/item/weapon/rcd/the_rcd, passed_mode)
return FALSE