Merge pull request #38 from GDLW24/minor_reworks

new lavaland ruin (snack store). Implements a new ruin - a little convenience store full of snacks and other goods.
This commit is contained in:
GDLW
2022-12-27 14:01:40 +01:00
committed by GitHub
3 changed files with 1543 additions and 0 deletions
File diff suppressed because it is too large Load Diff
+9
View File
@@ -138,6 +138,7 @@
always_place = TRUE
allow_duplicates = FALSE
/datum/map_template/ruin/lavaland/blood_drunk_miner
name = "Blood-Drunk Miner"
id = "blooddrunk"
@@ -255,3 +256,11 @@
suffix = "lavaland_surface_cozy_cabin.dmm"
allow_duplicates = FALSE
cost = 0
/datum/map_template/ruin/lavaland/snack_store //GS13
name = "Snack Store"
id = "snackstore"
description = "All your dreams about spending a night in a snack store finally came true! Though judging by your situation, you might spend a bit longer than just one night here..."
suffix = "lavaland_surface_snack_store.dmm"
allow_duplicates = FALSE
cost = 5
+1
View File
@@ -44,3 +44,4 @@ _maps/RandomRuins/LavaRuins/lavaland_surface_cube.dmm
#_maps/RandomRuins/LavaRuins/lavaland_surface_hermit.dmm
#_maps/RandomRuins/LavaRuins/lavaland_surface_swarmer_crash.dmm
#_maps/RandomRuins/LavaRuins/lavaland_surface_oasis.dmm
#_maps/RandomRuins/LavaRuins/lavaland_surface_snack_store.dmm