Removes unused mapgenerator landmarks (#70260)

* Removes mapgenerator landmarks

* It's unused why is it missing breaking CI

* :(

* Fixes the error

create and destroy was blowing up its enclosure, exposing basic space to air, which causes runtimes because basic space has literally nothing

Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com>
This commit is contained in:
MrMelbert
2022-10-04 00:14:45 -04:00
committed by GitHub
co-authored by LemonInTheDark
parent 8c83605151
commit 240fd8391a
4 changed files with 1 additions and 28 deletions
@@ -163,10 +163,3 @@
/datum/map_generator_module/snow/rand_ice_rocks
spawnableAtoms = list(/obj/structure/flora/rock/icy/style_random = 5, /obj/structure/flora/rock/pile/icy/style_random = 5)
/obj/effect/landmark/map_generator/snowy
mapGeneratorType = /datum/map_generator/snowy
endTurfX = 159
endTurfY = 157
startTurfX = 37
startTurfY = 35