Files
Bubberstation/code/game/turfs/open/basalt.dm
SkyratBot 889b36d5ea [MIRROR] Converts diggable from component to bespoke element [MDB IGNORE] (#14407)
* Converts diggable from component to bespoke element (#67695)

* Changes diggable to an element and fixes it, saving on some memory.

* Converts diggable from component to bespoke element

Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>
2022-06-19 10:09:15 -07:00

18 lines
480 B
Plaintext

/turf/open/misc/basalt
gender = NEUTER
name = "volcanic floor"
desc = "Rough volcanic floor that can be dug up for basalt."
icon = 'icons/turf/floors.dmi'
icon_state = "basalt"
initial_gas_mix = OPENTURF_LOW_PRESSURE
/turf/open/misc/basalt/Initialize(mapload)
. = ..()
AddElement(/datum/element/diggable, /obj/item/stack/ore/glass/basalt, 2)
if(prob(15))
icon_state = "basalt[rand(0, 12)]"
set_basalt_light(src)
/turf/open/misc/basalt/safe
planetary_atmos = FALSE