Skip to content

Commit

Permalink
Fixes Engi and Research not showning up correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Watchson committed Dec 9, 2023
1 parent d6ba8c5 commit bb6cba0
Showing 1 changed file with 3 additions and 0 deletions.
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

0 comments on commit bb6cba0

Please sign in to comment.