Skip to content

Commit

Permalink
removes prototype engine areas from minimap + adds fixes notice board…
Browse files Browse the repository at this point in the history
… runtime on mushroom & second rancher slot (goonstation#21351)
  • Loading branch information
cheekybrdy authored Nov 22, 2024
1 parent d08cfc9 commit 65d6dd5
Show file tree
Hide file tree
Showing 3 changed files with 135 additions and 63 deletions.
2 changes: 2 additions & 0 deletions code/area.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2853,6 +2853,7 @@ TYPEINFO(/area/station/engine/substation)
/area/station/engine/proto
name = "Prototype Engine"
icon_state = "prototype_engine"
minimaps_to_render_on = 0

/area/station/engine/thermo
name = "Thermoelectric Generator"
Expand All @@ -2864,6 +2865,7 @@ TYPEINFO(/area/station/engine/substation)
luminosity = 1
force_fullbright = 1
requires_power = 0
minimaps_to_render_on = 0


/area/station/teleporter
Expand Down
3 changes: 3 additions & 0 deletions code/map.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1050,6 +1050,9 @@ var/global/list/mapNames = list(
merchant_right_station = /area/shuttle/merchant_shuttle/right_station/cogmap
escape_dir = EAST

job_limits_override = list(
/datum/job/civilian/rancher = 2,
)
/datum/map_settings/trunkmap
name = "TRUNKMAP"
goonhub_map = "/maps/trunkmap"
Expand Down
Loading

0 comments on commit 65d6dd5

Please sign in to comment.