mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-11 07:59:08 +01:00
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:
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user