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

Fixes LV Engi and Research not showning up correctly on the tacmap #5172

Merged
merged 1 commit into from
Dec 12, 2023
Merged
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
3 changes: 3 additions & 0 deletions code/game/area/LV624.dm
Original file line number Diff line number Diff line change
Expand Up @@ -382,10 +382,12 @@
/area/lv624/lazarus/engineering
name = "\improper Engineering"
icon_state = "engine_smes"
minimap_color = MINIMAP_AREA_ENGI

/area/lv624/lazarus/comms
name = "\improper Communications Relay"
icon_state = "tcomsatcham"
minimap_color = MINIMAP_AREA_ENGI

/area/lv624/lazarus/secure_storage
name = "\improper Secure Storage"
Expand All @@ -400,6 +402,7 @@
/area/lv624/lazarus/research
name = "\improper Research Lab"
icon_state = "toxlab"
minimap_color = MINIMAP_AREA_RESEARCH

/area/lv624/lazarus/fitness
name = "\improper Fitness Room"
Expand Down
Loading