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

Mapping kutjevo 1 #3

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open
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
35 changes: 33 additions & 2 deletions code/game/area/kutjevo.dm
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
temperature = 308.7 //kelvin, 35c, 95f
minimap_color = MINIMAP_AREA_ENGI

<<<<<<< HEAD
//---===| Essential Areas |===---
=======
/area/shuttle/drop1/kutjevo
name = "Kutjevo - Dropship Alamo Landing Zone"
icon_state = "shuttle"
Expand All @@ -22,13 +25,13 @@
icon_state = "shuttle2"
icon = 'icons/turf/area_kutjevo.dmi'
linked_lz = DROPSHIP_LZ2
>>>>>>> 467102bd3f74aaffa2538c090ecd34be446c12c1

/area/kutjevo/exterior
name = "Kutjevo - Exterior"
ceiling = CEILING_NONE
icon_state = "ext"


/area/kutjevo/interior
name = "Kutjevo - Interior"
ceiling = CEILING_UNDERGROUND_ALLOW_CAS
Expand All @@ -46,7 +49,17 @@
name = "Kutjevo - Credits Room"
icon_state = "kutjevo"

//exterior map areas
//---=== Landing Zones ===---

/area/shuttle/drop1/kutjevo
name = "Kutjevo - Dropship Alamo Landing Zone"
icon_state = "shuttle"
icon = 'icons/turf/area_kutjevo.dmi'

/area/shuttle/drop2/kutjevo
name = "Kutjevo - Dropship Normandy Landing Zone"
icon_state = "shuttle2"
icon = 'icons/turf/area_kutjevo.dmi'

/area/kutjevo/exterior/lz_pad
name = "Kutjevo Auxilliary Landing Zone"
Expand All @@ -64,6 +77,8 @@
is_landing_zone = TRUE
linked_lz = DROPSHIP_LZ1

//---=== Exterior Areas ===---

/area/kutjevo/exterior/lz_river
name = "Kutjevo - Power Station River"
icon_state = "lz_river"
Expand All @@ -75,13 +90,29 @@
unoviable_timer = FALSE

/area/kutjevo/exterior/scrubland
<<<<<<< HEAD
name = "Do not use."

/area/kutjevo/exterior/scrubland/north
name = "Kutjevo - North Scrubland"
icon_state = "scrubland1"

/area/kutjevo/exterior/scrubland/center
name = "Kutjevo - Center Scrubland"
icon_state = "scrubland2"

/area/kutjevo/exterior/scrubland/south
name = "Kutjevo - South Scrubland"
icon_state = "scrubland3"
=======
name = "Kutjevo - North Scrubland"
icon_state = "scrubland"
linked_lz = DROPSHIP_LZ2

/area/kutjevo/exterior/scrubland/south
name = "Kutjevo - South Scrubland"
linked_lz = list(DROPSHIP_LZ1, DROPSHIP_LZ2)
>>>>>>> 467102bd3f74aaffa2538c090ecd34be446c12c1

/area/kutjevo/exterior/stonyfields
name = "Kutjevo - Stony Fields"
Expand Down
2 changes: 2 additions & 0 deletions code/game/objects/effects/landmarks/survivor_spawner.dm
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/obj/effect/landmark/survivor_spawner
name = "special survivor spawner"
icon = 'icons/mob/humans/human.dmi'
icon_state = "human spriting template"
var/equipment = null
var/synth_equipment = null
var/CO_equipment = null
Expand Down
22 changes: 20 additions & 2 deletions code/game/turfs/kutjevo.dm
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,9 @@
/turf/open/floor/kutjevo/colors/orange/inner_corner/north
dir = NORTH

/turf/open/floor/kutjevo/colors/orange/inner_corner/south
dir = SOUTH

/turf/open/floor/kutjevo/colors/orange/inner_corner/east
dir = EAST

Expand Down Expand Up @@ -247,21 +250,36 @@
/turf/open/floor/kutjevo/colors/purple/edge/north
dir = NORTH

/turf/open/floor/kutjevo/colors/purple/edge/south
dir = SOUTH

/turf/open/floor/kutjevo/colors/purple/edge/east
dir = EAST

/turf/open/floor/kutjevo/colors/purple/edge/west
dir = WEST

/turf/open/floor/kutjevo/colors/purple/edge/northeast
dir = NORTHEAST

/turf/open/floor/kutjevo/colors/purple/edge/west
dir = WEST
/turf/open/floor/kutjevo/colors/purple/edge/northwest
dir = NORTHWEST

/turf/open/floor/kutjevo/colors/purple/edge/southeast
dir = SOUTHEAST

/turf/open/floor/kutjevo/colors/purple/edge/southwest
dir = SOUTHWEST

/turf/open/floor/kutjevo/colors/purple/inner_corner
icon_state = "purp4"

/turf/open/floor/kutjevo/colors/purple/inner_corner/north
dir = NORTH

/turf/open/floor/kutjevo/colors/purple/inner_corner/south
dir = SOUTH

/turf/open/floor/kutjevo/colors/purple/inner_corner/east
dir = EAST

Expand Down
2 changes: 2 additions & 0 deletions code/modules/desert_dam/filtration/structures.dm
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@
anchored = TRUE
bound_width = 32
bound_height = 64
layer = ABOVE_XENO_LAYER

/obj/structure/filtration/machine_32x64/indestructible
unacidable = TRUE
Expand All @@ -192,6 +193,7 @@
unacidable = TRUE
unslashable = TRUE
breakable = FALSE
density = FALSE

/obj/structure/filtration/machine_96x96/indestructible/ex_act(severity)
return
Expand Down
Binary file modified icons/turf/area_kutjevo.dmi
Binary file not shown.
Loading
Loading