Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable ships that do not follow current standards: Wildlands Militia, Taj Migrant, Diona Serz, Diona Rokz. #19128

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions html/changelogs/DreamySkrell-outdated-ships-disabled-2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

author: DreamySkrell

delete-after: True

changes:
- rscadd: "Disables ships that do not follow current standards: Wildlands Militia, Taj Migrant, Diona Serz, Diona Rokz."
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion maps/away/ships/wildlands_militia/militia_ship.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading