Skip to content

Commit

Permalink
Merge pull request #73 from Neerti/map_datum_tweaks
Browse files Browse the repository at this point in the history
Changes a few things on the Exodus map for Polaris.
  • Loading branch information
Atermonera authored Oct 20, 2024
2 parents 6f63d69 + 4a62f9c commit 1e739a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
1 change: 1 addition & 0 deletions maps/exodus/exodus_define.dm
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
)

evac_controller_type = /datum/evacuation_controller/shuttle
game_year = 552

// For /datum/evacuation_controller/shuttle

Expand Down
12 changes: 2 additions & 10 deletions maps/exodus/exodus_departments.dm
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/decl/department/engineering
name = "Engineering"
announce_channel = "Engineering"
colour = "#ffa500"
display_priority = 4
display_color = "#fff5cc"
Expand All @@ -13,21 +12,19 @@

/decl/department/security
name = "Security"
announce_channel = "Security"
colour = "#dd0000"
display_priority = 3
display_color = "#ffddf0"

/obj/item/robot_module/security
associated_department = /decl/department/security

/obj/machinery/network/pager/security
/obj/machinery/network/pager/security
department = /decl/department/security

/decl/department/medical
name = "Medical"
goals = list(/datum/goal/department/medical_fatalities)
announce_channel = "Medical"
colour = "#008000"
display_priority = 2
display_color = "#ffeef0"
Expand All @@ -41,7 +38,6 @@
/decl/department/science
name = "Science"
goals = list(/datum/goal/department/extract_slime_cores)
announce_channel = "Science"
colour = "#a65ba6"
display_color = "#e79fff"

Expand Down Expand Up @@ -72,27 +68,23 @@

/decl/department/service
name = "Service"
announce_channel = "Service"
colour = "#88b764"
display_color = "#d0f0c0"

/decl/department/supply
name = "Supply"
announce_channel = "Supply"
colour = "#bb9040"
display_color = "#f0e68c"

/obj/machinery/network/pager/cargo
/obj/machinery/network/pager/cargo
department = /decl/department/supply

/decl/department/support
name = "Support"
announce_channel = "Command"
colour = "#800080"
display_color = "#87ceeb"

/decl/department/exploration
name = "Exploration"
announce_channel = "Exploration"
colour = "#68099e"
display_color = "#b784a7"

0 comments on commit 1e739a2

Please sign in to comment.