Skip to content

Commit

Permalink
sprite changes, map & area fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenith00000 committed Jun 3, 2024
1 parent 359915a commit d53c8ec
Show file tree
Hide file tree
Showing 4 changed files with 736 additions and 497 deletions.
25 changes: 21 additions & 4 deletions code/game/area/LV759_Hybrisa_Prospera.dm
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,13 @@
name = "Nova Medica Hospital Complex - Emergency Response Landing Zone One - Flight Control Room"
icon_state = "hybrisa"
ceiling = CEILING_METAL
is_landing_zone = TRUE
/area/lv759/indoors/landing_zone_1/lz1_console
name = "Nova Medica Hospital Complex - Emergency Response Landing Zone One - Dropship Alamo Console"
icon_state = "hybrisa"
requires_power = FALSE
ceiling = CEILING_METAL
is_landing_zone = TRUE

// Landing Zone 2
/area/lv759/outdoors/landing_zone_2
Expand Down Expand Up @@ -104,6 +106,11 @@
icon_state = "mining"
ceiling = CEILING_METAL
minimap_color = MINIMAP_AREA_COLONY_RESANDCOM
/area/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south
name = "KMCC Interstellar Freight Hub - Cargo Processing Center - Main Entrance & South Unloading Platform"
icon_state = "mining"
ceiling = CEILING_NONE
minimap_color = MINIMAP_AREA_COLONY

// Derelict Ship
/area/lv759/indoors/derelict_ship
Expand Down Expand Up @@ -277,6 +284,11 @@
name = "Colony Streets - Northeast"
icon_state = "colonystreets_northeast"

/area/lv759/outdoors/colony_streets/north_east_street_LZ
name = "Colony Streets - Northeast"
icon_state = "colonystreets_northeast"
is_landing_zone = TRUE

/area/lv759/outdoors/colony_streets/north_street
name = "Colony Streets - North"
icon_state = "colonystreets_north"
Expand Down Expand Up @@ -554,19 +566,19 @@
name = "KMCC - Mining Outpost - Northeast"
icon_state = "mining"
/area/lv759/indoors/mining_outpost/south
name = "KMCC - Mining Outpost - South"
name = "KMCC - Mining Outpost - Southeast"
icon_state = "mining"
/area/lv759/indoors/mining_outpost/vehicledeployment
name = "KMCC - Mining Vehicle Deployment South"
name = "KMCC - Mining Outpost - South - Vehicle Deployment"
icon_state = "mining"
/area/lv759/indoors/mining_outpost/processing
name = "KMCC - Mining Processing & Storage"
name = "KMCC - Mining Outpost - South - Processing & Storage"
icon_state = "mining"
/area/lv759/indoors/mining_outpost/east
name = "KMCC - Mining Outpost - East"
icon_state = "mining"
/area/lv759/indoors/mining_outpost/east_dorms
name = "KMCC - Mining Outpost - East Dorms"
name = "KMCC - Mining Outpost - East - Dorms"
icon_state = "mining"
/area/lv759/indoors/mining_outpost/east_deploymentbay
name = "KMCC - Mining Outpost - East - Deployment Bay"
Expand All @@ -577,6 +589,11 @@
/area/lv759/indoors/mining_outpost/cargo_maint
name = "KMCC - Mining Outpost - East - Maintenance"
icon_state = "mining"
/area/lv759/outdoors/mining_outpost/south_entrance
name = "KMCC - Mining Outpost - South - Vehicle Deployment Entrance"
icon_state = "mining"
ceiling = CEILING_NONE
minimap_color = MINIMAP_AREA_COLONY

// Electrical Substations

Expand Down
Binary file modified icons/mob/humans/onmob/contained/hybrisa_survivors.dmi
Binary file not shown.
Binary file modified icons/obj/structures/props/containersextended.dmi
Binary file not shown.
Loading

0 comments on commit d53c8ec

Please sign in to comment.