Skip to content

Commit

Permalink
Redgate test commit - ISSUES: Exploration is not landing on Debris Fi…
Browse files Browse the repository at this point in the history
…eld or Snowy Plains right now.
  • Loading branch information
Repede committed Dec 8, 2023
1 parent 04861dc commit c9c3c52
Show file tree
Hide file tree
Showing 66 changed files with 252 additions and 152,228 deletions.
4 changes: 2 additions & 2 deletions maps/expedition_vr/aerostat/_aerostat.dm
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#include "../../submaps/pois_vr/aerostat/virgo2.dm"

/obj/effect/overmap/visitable/sector/virgo2
name = "Virgo 2"
name = "Borealis 2" //YW Edit - Borealis
desc = "Includes the Remmi Aerostat and associated ground mining complexes."
scanner_desc = @{"[i]Stellar Body[/i]: Virgo 2
scanner_desc = @{"[i]Stellar Body[/i]: Borealis 2
[i]Class[/i]: R-Class Planet
[i]Habitability[/i]: Low (High Temperature, Toxic Atmosphere)
[b]Notice[/b]: Planetary environment not suitable for life. Landing may be hazardous."}
Expand Down
2 changes: 1 addition & 1 deletion maps/expedition_vr/aerostat/_aerostat_science_outpost.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


/obj/effect/overmap/visitable/sector/virgo2
name = "Virgo 2"
name = "Borealis 2" //YW Edit - Borealis
desc = "Includes the Remmi Aerostat and associated ground mining complexes."
scanner_desc = @{"[i]Stellar Body[/i]: Virgo 2
[i]Class[/i]: R-Class Planet
Expand Down
2 changes: 1 addition & 1 deletion maps/expedition_vr/space/_debrisfield.dm
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@

/obj/effect/overmap/visitable/ship/landable/luxury_boat/Initialize()
. = ..()
var/datum/lore/organization/O = loremaster.organizations[/datum/lore/organization/gov/elysia]
var/datum/lore/organization/O = loremaster.organizations[/datum/lore/organization/gov/almachi] //YW Change - gov we actually have
var/newname = "ECS-T [pick(O.ship_names)]"
name = newname
scanner_desc = {"\[i\]Registration\[/i\]: [newname]
Expand Down
8 changes: 4 additions & 4 deletions maps/expedition_vr/space/debrisfield.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -2329,7 +2329,7 @@ d
d
d
d
d
b
d
d
d
Expand Down Expand Up @@ -4319,7 +4319,7 @@ d
d
d
d
b
d
d
d
d
Expand Down Expand Up @@ -15770,7 +15770,7 @@ d
d
d
d
d
c
d
d
d
Expand Down Expand Up @@ -17760,7 +17760,7 @@ d
d
d
d
c
d
d
d
d
Expand Down
4 changes: 2 additions & 2 deletions maps/submaps/pois_vr/aerostat/virgo2.dm
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
#endif

/datum/map_template/virgo2
name = "Surface Content - Virgo 2"
desc = "For seeding submaps on Virgo 2"
name = "Surface Content - Borealis 2" // YW EDIT - Borealis 2
desc = "For seeding submaps on Borealis 2" // YW EDIT - Borealis 2
allow_duplicates = FALSE

/datum/map_template/virgo2/Flake
Expand Down
Loading

0 comments on commit c9c3c52

Please sign in to comment.