From cddbcba115d2d8786aefe7f3eee17516ed674e0a Mon Sep 17 00:00:00 2001
From: SimpleStation14 <130339894+SimpleStation14@users.noreply.github.com>
Date: Sun, 7 Apr 2024 20:30:02 -0700
Subject: [PATCH] Change map prefix to DV (#63)
## Mirror of PR #979: [Change map prefix to
DV](https://github.com/DeltaV-Station/Delta-v/pull/979) from
[DeltaV-Station](https://github.com/DeltaV-Station)/[Delta-v](https://github.com/DeltaV-Station/Delta-v)
`1f6cb805d63ec66194dbcc04a8cd4cb20b389711`
---
PR changed 0 files with 0 additions and 0 deletions.
The PR had the following labels:
- Changes: Map
---
Original Body
> **About**
> Title(I honestly thought this pulled from a random string until
yesterday)
>
> We'll use DV for our maps from here out.
Co-authored-by: Velcroboy <107660393+IamVelcroboy@users.noreply.github.com>
---
Resources/Prototypes/Maps/arena.yml | 2 +-
Resources/Prototypes/Maps/asterisk.yml | 2 +-
Resources/Prototypes/Maps/edge.yml | 2 +-
Resources/Prototypes/Maps/hammurabi.yml | 2 +-
Resources/Prototypes/Maps/hive.yml | 2 +-
Resources/Prototypes/Maps/pebble.yml | 2 +-
Resources/Prototypes/Maps/shoukou.yml | 2 +-
Resources/Prototypes/Maps/submarine.yml | 2 +-
Resources/Prototypes/Maps/tortuga.yml | 2 +-
9 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/Resources/Prototypes/Maps/arena.yml b/Resources/Prototypes/Maps/arena.yml
index 31df751ea5..400a63cf6e 100644
--- a/Resources/Prototypes/Maps/arena.yml
+++ b/Resources/Prototypes/Maps/arena.yml
@@ -12,7 +12,7 @@
mapNameTemplate: '{0} Arena Station {1}'
nameGenerator:
!type:NanotrasenNameGenerator
- prefixCreator: 'TG'
+ prefixCreator: 'DV'
- type: StationEmergencyShuttle
emergencyShuttlePath: /Maps/Shuttles/DeltaV/NTES_UCLB.yml
- type: StationJobs
diff --git a/Resources/Prototypes/Maps/asterisk.yml b/Resources/Prototypes/Maps/asterisk.yml
index 112c33a89f..1a7480df62 100644
--- a/Resources/Prototypes/Maps/asterisk.yml
+++ b/Resources/Prototypes/Maps/asterisk.yml
@@ -14,7 +14,7 @@
mapNameTemplate: '{0} Asterisk Station {1}'
nameGenerator:
!type:NanotrasenNameGenerator
- prefixCreator: '14'
+ prefixCreator: 'DV'
- type: StationJobs
overflowJobs:
- Passenger
diff --git a/Resources/Prototypes/Maps/edge.yml b/Resources/Prototypes/Maps/edge.yml
index 7da7947677..e9df3f397e 100644
--- a/Resources/Prototypes/Maps/edge.yml
+++ b/Resources/Prototypes/Maps/edge.yml
@@ -14,7 +14,7 @@
mapNameTemplate: '{0} Edge Station {1}'
nameGenerator:
!type:NanotrasenNameGenerator
- prefixCreator: '14'
+ prefixCreator: 'DV'
- type: StationJobs
overflowJobs:
- Passenger
diff --git a/Resources/Prototypes/Maps/hammurabi.yml b/Resources/Prototypes/Maps/hammurabi.yml
index 8ef7294514..6c27a09ddb 100644
--- a/Resources/Prototypes/Maps/hammurabi.yml
+++ b/Resources/Prototypes/Maps/hammurabi.yml
@@ -11,7 +11,7 @@
mapNameTemplate: '{0} Hammurabi Prison Station {1}'
nameGenerator:
!type:NanotrasenNameGenerator
- prefixCreator: 'TG'
+ prefixCreator: 'DV'
- type: StationEmergencyShuttle
emergencyShuttlePath: /Maps/Shuttles/DeltaV/NTES_Centipede.yml
- type: StationJobs
diff --git a/Resources/Prototypes/Maps/hive.yml b/Resources/Prototypes/Maps/hive.yml
index 013cc58a13..0b6d3a182c 100644
--- a/Resources/Prototypes/Maps/hive.yml
+++ b/Resources/Prototypes/Maps/hive.yml
@@ -12,7 +12,7 @@
mapNameTemplate: 'The Hive'
nameGenerator:
!type:NanotrasenNameGenerator
- prefixCreator: 'TG'
+ prefixCreator: 'DV'
- type: StationEmergencyShuttle
emergencyShuttlePath: /Maps/Shuttles/DeltaV/NTES_Seal.yml
- type: StationJobs
diff --git a/Resources/Prototypes/Maps/pebble.yml b/Resources/Prototypes/Maps/pebble.yml
index 40fbe18505..81b77070b7 100644
--- a/Resources/Prototypes/Maps/pebble.yml
+++ b/Resources/Prototypes/Maps/pebble.yml
@@ -12,7 +12,7 @@
mapNameTemplate: '{0} Pebble Station {1}'
nameGenerator:
!type:NanotrasenNameGenerator
- prefixCreator: '14'
+ prefixCreator: 'DV'
- type: StationJobs
overflowJobs:
- Passenger
diff --git a/Resources/Prototypes/Maps/shoukou.yml b/Resources/Prototypes/Maps/shoukou.yml
index d7242ce908..5b4664eb16 100644
--- a/Resources/Prototypes/Maps/shoukou.yml
+++ b/Resources/Prototypes/Maps/shoukou.yml
@@ -12,7 +12,7 @@
mapNameTemplate: '{0} Shōkō "Little Port" {1}'
nameGenerator:
!type:NanotrasenNameGenerator
- prefixCreator: '14'
+ prefixCreator: 'DV'
- type: StationEmergencyShuttle
emergencyShuttlePath: /Maps/Shuttles/DeltaV/NTES_Delta.yml
- type: StationJobs
diff --git a/Resources/Prototypes/Maps/submarine.yml b/Resources/Prototypes/Maps/submarine.yml
index c3b358c16c..6f73a22a8a 100644
--- a/Resources/Prototypes/Maps/submarine.yml
+++ b/Resources/Prototypes/Maps/submarine.yml
@@ -11,7 +11,7 @@
mapNameTemplate: '{0} Submarine {1}'
nameGenerator:
!type:NanotrasenNameGenerator
- prefixCreator: '14'
+ prefixCreator: 'DV'
- type: StationEmergencyShuttle
emergencyShuttlePath: /Maps/Shuttles/DeltaV/NTES_BC20.yml
- type: StationJobs
diff --git a/Resources/Prototypes/Maps/tortuga.yml b/Resources/Prototypes/Maps/tortuga.yml
index 1374208c2d..7bbaee4cd0 100644
--- a/Resources/Prototypes/Maps/tortuga.yml
+++ b/Resources/Prototypes/Maps/tortuga.yml
@@ -11,7 +11,7 @@
mapNameTemplate: '{0} Tortuga Station {1}'
nameGenerator:
!type:NanotrasenNameGenerator
- prefixCreator: 'TG'
+ prefixCreator: 'DV'
- type: StationEmergencyShuttle
emergencyShuttlePath: /Maps/Shuttles/DeltaV/NTES_Seal.yml
- type: StationJobs