From 6af727531d218e85c4c64b79f8d73a1862d61c6f Mon Sep 17 00:00:00 2001 From: DreamySkrell <> Date: Thu, 9 May 2024 16:13:15 +0200 Subject: [PATCH 1/3] a --- html/changelogs/DreamySkrell-militia-disabled.yml | 7 +++++++ maps/away/ships/wildlands_militia/militia_ship.dm | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 html/changelogs/DreamySkrell-militia-disabled.yml diff --git a/html/changelogs/DreamySkrell-militia-disabled.yml b/html/changelogs/DreamySkrell-militia-disabled.yml new file mode 100644 index 00000000000..b3fa9998d0b --- /dev/null +++ b/html/changelogs/DreamySkrell-militia-disabled.yml @@ -0,0 +1,7 @@ + +author: DreamySkrell + +delete-after: True + +changes: + - rscadd: "Disables ship that does not follow current standards: Wildlands Militia." diff --git a/maps/away/ships/wildlands_militia/militia_ship.dm b/maps/away/ships/wildlands_militia/militia_ship.dm index ddedc1cb686..1a52f15245d 100644 --- a/maps/away/ships/wildlands_militia/militia_ship.dm +++ b/maps/away/ships/wildlands_militia/militia_ship.dm @@ -6,7 +6,7 @@ suffixes = list("militia_ship.dmm") sectors = list(SECTOR_ROMANOVICH, SECTOR_CORP_ZONE, SECTOR_VALLEY_HALE, SECTOR_BADLANDS) - spawn_weight = 1 + spawn_weight = 0 // outdated and not following current standards, could be enabled after it's fixed ship_cost = 1 id = "militia_ship" shuttles_to_initialise = list(/datum/shuttle/autodock/overmap/militia_shuttle) From a48db5faf29ec43c2c3ea97fc674e35ed0c58a48 Mon Sep 17 00:00:00 2001 From: DreamySkrell <> Date: Fri, 10 May 2024 11:37:17 +0200 Subject: [PATCH 2/3] wd --- html/changelogs/DreamySkrell-militia-disabled.yml | 7 ------- html/changelogs/DreamySkrell-outdated-ships-disabled-2.yml | 7 +++++++ .../away_site/tajara/taj_safehouse/tajara_safehouse.dm | 4 ++-- maps/away/ships/dionae/diona_rokz_ship/diona_rokz_ship.dm | 2 +- maps/away/ships/dionae/diona_serz_ship/diona_serz_ship.dm | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 html/changelogs/DreamySkrell-militia-disabled.yml create mode 100644 html/changelogs/DreamySkrell-outdated-ships-disabled-2.yml diff --git a/html/changelogs/DreamySkrell-militia-disabled.yml b/html/changelogs/DreamySkrell-militia-disabled.yml deleted file mode 100644 index b3fa9998d0b..00000000000 --- a/html/changelogs/DreamySkrell-militia-disabled.yml +++ /dev/null @@ -1,7 +0,0 @@ - -author: DreamySkrell - -delete-after: True - -changes: - - rscadd: "Disables ship that does not follow current standards: Wildlands Militia." diff --git a/html/changelogs/DreamySkrell-outdated-ships-disabled-2.yml b/html/changelogs/DreamySkrell-outdated-ships-disabled-2.yml new file mode 100644 index 00000000000..857dc177d25 --- /dev/null +++ b/html/changelogs/DreamySkrell-outdated-ships-disabled-2.yml @@ -0,0 +1,7 @@ + +author: DreamySkrell + +delete-after: True + +changes: + - rscadd: "Disables ships that do not follow current standards: Wildlands Militia, Diona Serz, Diona Rokz." diff --git a/maps/away/away_site/tajara/taj_safehouse/tajara_safehouse.dm b/maps/away/away_site/tajara/taj_safehouse/tajara_safehouse.dm index 24bf11f2117..726ddb00978 100644 --- a/maps/away/away_site/tajara/taj_safehouse/tajara_safehouse.dm +++ b/maps/away/away_site/tajara/taj_safehouse/tajara_safehouse.dm @@ -6,8 +6,8 @@ suffixes = list("tajara_safehouse.dmm") sectors = list(SECTOR_CORP_ZONE, SECTOR_VALLEY_HALE, SECTOR_BADLANDS) - spawn_weight = 1 - ship_cost = 2 + spawn_weight = 0 // outdated and not following current standards, could be enabled after it's fixed + ship_cost = 1 id = "tajara_safehouse" shuttles_to_initialise = list(/datum/shuttle/autodock/overmap/tajara_safehouse_shuttle) diff --git a/maps/away/ships/dionae/diona_rokz_ship/diona_rokz_ship.dm b/maps/away/ships/dionae/diona_rokz_ship/diona_rokz_ship.dm index 6bfe3d7d9db..e10388ed829 100644 --- a/maps/away/ships/dionae/diona_rokz_ship/diona_rokz_ship.dm +++ b/maps/away/ships/dionae/diona_rokz_ship/diona_rokz_ship.dm @@ -6,7 +6,7 @@ suffixes = list("diona_rokz_ship.dmm") sectors = list(SECTOR_BADLANDS, SECTOR_GAKAL, SECTOR_UUEOAESA) - spawn_weight = 1 + spawn_weight = 0 // outdated and not following current standards, could be enabled after it's fixed ship_cost = 1 id = "diona_rokz" shuttles_to_initialise = list(/datum/shuttle/autodock/overmap/diona_rokz_ship_shuttle) diff --git a/maps/away/ships/dionae/diona_serz_ship/diona_serz_ship.dm b/maps/away/ships/dionae/diona_serz_ship/diona_serz_ship.dm index 09caef8be23..d11f5c92135 100644 --- a/maps/away/ships/dionae/diona_serz_ship/diona_serz_ship.dm +++ b/maps/away/ships/dionae/diona_serz_ship/diona_serz_ship.dm @@ -6,7 +6,7 @@ suffixes = list("diona_serz_ship.dmm") sectors = list(SECTOR_BADLANDS, SECTOR_GAKAL, SECTOR_UUEOAESA) - spawn_weight = 1 + spawn_weight = 0 // outdated and not following current standards, could be enabled after it's fixed ship_cost = 1 id = "diona_serz" shuttles_to_initialise = list(/datum/shuttle/autodock/overmap/diona_serz_ship_shuttle) From b017183b0bab524bf5376a5f4b5951a00b528e8a Mon Sep 17 00:00:00 2001 From: DreamySkrell <> Date: Fri, 10 May 2024 11:38:49 +0200 Subject: [PATCH 3/3] w --- html/changelogs/DreamySkrell-outdated-ships-disabled-2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/changelogs/DreamySkrell-outdated-ships-disabled-2.yml b/html/changelogs/DreamySkrell-outdated-ships-disabled-2.yml index 857dc177d25..b03473bb609 100644 --- a/html/changelogs/DreamySkrell-outdated-ships-disabled-2.yml +++ b/html/changelogs/DreamySkrell-outdated-ships-disabled-2.yml @@ -4,4 +4,4 @@ author: DreamySkrell delete-after: True changes: - - rscadd: "Disables ships that do not follow current standards: Wildlands Militia, Diona Serz, Diona Rokz." + - rscadd: "Disables ships that do not follow current standards: Wildlands Militia, Taj Migrant, Diona Serz, Diona Rokz."