mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 21:12:24 +01:00
Racer Station Away Site (#13730)
This commit is contained in:
@@ -3110,6 +3110,7 @@
|
||||
#include "maps\away\generic\bunker.dm"
|
||||
#include "maps\away\generic\derelict.dm"
|
||||
#include "maps\away\generic\hivebot_hub.dm"
|
||||
#include "maps\away\generic\racers.dm"
|
||||
#include "maps\away\generic\space_bar.dm"
|
||||
#include "maps\away\generic\space_bar_ghostroles.dm"
|
||||
#include "maps\away\romanovich\first_aurora.dm"
|
||||
|
||||
@@ -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: DanseMacabre
|
||||
|
||||
# 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: "Added a derelict racer hangout as an away site. Credits to Sleepy Wolf for the map!"
|
||||
@@ -0,0 +1,23 @@
|
||||
/datum/map_template/ruin/away_site/racers
|
||||
name = "unregistered station"
|
||||
description = "A station that doesn't appear to have been legally registered. It has four large hangar bays and a small habitation module - and the signals emittered by its dying equipment seem to identify it as belonging to an underground racing group."
|
||||
suffix = "generic/racers.dmm"
|
||||
sectors = list(SECTOR_TAU_CETI, SECTOR_ROMANOVICH, SECTOR_CORP_ZONE)
|
||||
spawn_weight = 1
|
||||
spawn_cost = 2
|
||||
id = "racers"
|
||||
|
||||
/decl/submap_archetype/racers
|
||||
map = "unregistered station"
|
||||
descriptor = "A unregistered station."
|
||||
|
||||
/obj/effect/overmap/visitable/sector/racers
|
||||
name = "unregistered station"
|
||||
desc = "A station that doesn't appear to have been legally registered. It has four large hangar bays and a small habitation module - and the signals emittered by its dying equipment seem to identify it as belonging to an underground racing group."
|
||||
|
||||
/area/racers
|
||||
name = "unregistered station"
|
||||
icon_state = "bar"
|
||||
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