Skip to content

Commit

Permalink
Fixes LV Engi and Research not showning up correctly on the tacmap (#…
Browse files Browse the repository at this point in the history
…5172)

# About the pull request

Title basically, Engie and Research did not show up in the correct
colours on the tacmap

# Explain why it's good for the game

Bugs bad


# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>

Put screenshots and videos here with an empty line between the
screenshots and the `<details>` tags.

</details>


# Changelog
:cl:
fix: fixed Engie not showing up an Engie Area on tacmap on LV-624
fix: Fixed Research not showing up as a Research Area on tacmap on
LV-624
/:cl:

Co-authored-by: Jeff Watchson <[email protected]>
  • Loading branch information
BadAtThisGame302 and Jeff Watchson authored Dec 12, 2023
1 parent 0947b6c commit cf53aa8
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 cf53aa8

Please sign in to comment.