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

Makes Kutjevo caves OBable, fixes northeast/southeast caves being switched up, changes awful path names #6000

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
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
21 changes: 10 additions & 11 deletions code/game/area/kutjevo.dm
Original file line number Diff line number Diff line change
Expand Up @@ -267,26 +267,25 @@

/area/kutjevo/interior/colony_north
name = "Kutjevo - North Colony Caves"
ceiling = CEILING_DEEP_UNDERGROUND
ceiling = CEILING_UNDERGROUND_BLOCK_CAS
icon_state = "colony_caves_1"

/area/kutjevo/interior/colony_S_East
name = "Kutjevo - North East Colony Caves"
ceiling = CEILING_DEEP_UNDERGROUND
/area/kutjevo/interior/colony_southeast
name = "Kutjevo - Southeast Colony Caves"
ceiling = CEILING_UNDERGROUND_BLOCK_CAS
icon_state = "colony_caves_2"

/area/kutjevo/interior/colony_N_East
name = "Kutjevo - South East Colony Caves"
ceiling = CEILING_DEEP_UNDERGROUND
/area/kutjevo/interior/colony_northeast
name = "Kutjevo - Northeast Colony Caves"
ceiling = CEILING_UNDERGROUND_BLOCK_CAS
icon_state = "colony_caves_2"

/area/kutjevo/interior/colony_South
/area/kutjevo/interior/colony_south
name = "Kutjevo - South Colony Caves"
ceiling = CEILING_DEEP_UNDERGROUND
ceiling = CEILING_UNDERGROUND_BLOCK_CAS
icon_state = "colony_caves_3"

/area/kutjevo/interior/colony_South/power2
/area/kutjevo/interior/colony_south/power2
name = "Kutjevo - South Colony Treatment Plant"
ceiling = CEILING_DEEP_UNDERGROUND
icon_state = "colony_caves_3"
minimap_color = MINIMAP_AREA_ENGI_CAVE
Loading
Loading