* Buffs Lifebringers (And kind of botany.) * Retools staff to use earthsblood as fuel, can now remove rock walls * No more blessings! * Dismantle the means of production.
14 lines
343 B
Plaintext
14 lines
343 B
Plaintext
/turf/open/water
|
|
name = "water"
|
|
desc = "Shallow water."
|
|
icon = 'icons/turf/floors.dmi'
|
|
icon_state = "riverwater_motion"
|
|
baseturfs = /turf/open/chasm/lavaland
|
|
initial_gas_mix = LAVALAND_DEFAULT_ATMOS
|
|
planetary_atmos = TRUE
|
|
slowdown = 1
|
|
|
|
/turf/open/water/Initialize()
|
|
. = ..()
|
|
MakeSlippery(TURF_WET_WATER, INFINITY, 0, INFINITY, TRUE)
|