mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-19 03:49:10 +01:00
Adds the overgrown miningstation awaysite (#14005)
This commit is contained in:
@@ -3124,6 +3124,7 @@
|
||||
#include "maps\away\romanovich\first_aurora.dm"
|
||||
#include "maps\away\romanovich\grand_romanovich.dm"
|
||||
#include "maps\away\romanovich\grand_romanovich_ghostroles.dm"
|
||||
#include "maps\away\generic\overgrown_mining_station.dm"
|
||||
#include "maps\away\ships\biesel.dm"
|
||||
#include "maps\away\ships\biesel_ship_ghostroles.dm"
|
||||
#include "maps\away\ships\corporate.dm"
|
||||
|
||||
@@ -6,4 +6,9 @@
|
||||
icon_state = "diona"
|
||||
footstep_sound = /decl/sound_category/grass_footstep
|
||||
initial_flooring = /decl/flooring/diona
|
||||
flags = TURF_REMOVE_SHOVEL|TURF_REMOVE_WELDER
|
||||
flags = TURF_REMOVE_SHOVEL|TURF_REMOVE_WELDER
|
||||
|
||||
/turf/simulated/floor/diona/airless
|
||||
oxygen = 0
|
||||
nitrogen = 0
|
||||
temperature = TCMB
|
||||
|
||||
@@ -0,0 +1,41 @@
|
||||
################################
|
||||
# Example Changelog File
|
||||
#
|
||||
# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
|
||||
#
|
||||
# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
|
||||
# When it is, any changes listed below will disappear.
|
||||
#
|
||||
# Valid Prefixes:
|
||||
# bugfix
|
||||
# wip (For works in progress)
|
||||
# tweak
|
||||
# soundadd
|
||||
# sounddel
|
||||
# rscadd (general adding of nice things)
|
||||
# rscdel (general deleting of nice things)
|
||||
# imageadd
|
||||
# imagedel
|
||||
# maptweak
|
||||
# spellcheck (typo fixes)
|
||||
# experiment
|
||||
# balance
|
||||
# admin
|
||||
# backend
|
||||
# security
|
||||
# refactor
|
||||
#################################
|
||||
|
||||
# Your name.
|
||||
author: Yonnimer
|
||||
|
||||
# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
|
||||
delete-after: True
|
||||
|
||||
# Any changes you've made. See valid prefix list above.
|
||||
# INDENT WITH TWO SPACES. NOT TABS. SPACES.
|
||||
# SCREW THIS UP AND IT WON'T WORK.
|
||||
# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
|
||||
# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
|
||||
changes:
|
||||
- rscadd: "Adds the overgrown mining station awaysite."
|
||||
@@ -0,0 +1,23 @@
|
||||
/datum/map_template/ruin/away_site/overgrown_mining_station
|
||||
name = "overgrown_mining_station"
|
||||
description = "An abandoned mining station with a dionae growing into it"
|
||||
suffix = "generic/overgrown_mining_station.dmm"
|
||||
sectors = list(SECTOR_TAU_CETI, SECTOR_ROMANOVICH, SECTOR_CORP_ZONE)
|
||||
spawn_weight = 1
|
||||
spawn_cost = 2
|
||||
id = "overgrown_mining_station"
|
||||
|
||||
/decl/submap_archetype/overgrown_mining_station
|
||||
map = "overgrown_mining_station"
|
||||
descriptor = "A derelict mining station."
|
||||
|
||||
/obj/effect/overmap/visitable/sector/overgrown_mining_station
|
||||
name = "derelict mining station"
|
||||
desc = "An abandoned space structure."
|
||||
|
||||
/area/overgrown_mining_station
|
||||
name = "Overgrown Mining Station"
|
||||
icon_state = "overgrown_mining_station"
|
||||
requires_power = FALSE
|
||||
base_turf = /turf/space
|
||||
no_light_control = TRUE
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user