Skip to content

Commit

Permalink
CoL Map Update: Fixing Old/Adding New Backstreets Layouts (also 2 new…
Browse files Browse the repository at this point in the history
… rooms) (vlggms#2629)

* First commit

* Updating Maps

* Scary Gateway

* Adding ruinned_la_mancha_land

* Updating the spawner

* Trying to fix the template

* Fixing Teleporter/LCorp

* New Rooms/Corridors

* Fixing Slime

* Update _maps/RandomRooms/backstreets/bossroom/slime_office.dmm

Co-authored-by: Gboster-0 <[email protected]>

* Update _maps/RandomRooms/backstreets/bossroom/slime_office.dmm

Co-authored-by: Gboster-0 <[email protected]>

* Update _maps/RandomRooms/backstreets/bossroom/slime_office.dmm

Co-authored-by: Gboster-0 <[email protected]>

* GREEN!!!!

* A Single Light...

* L-Corp Fix

* Ice Fix

* FIX THE ICE!

* Wait, It was the IDs

* Fixing the Connector

* Gate Update

* Adding Lights

* Fixing Access

* Fixing the TVs

* Fixing a Wall

* Less Common La Mancha Land

---------

Co-authored-by: Gboster-0 <[email protected]>
  • Loading branch information
EnderMage99 and Gboster-0 authored Dec 27, 2024
1 parent 43a13d2 commit 91a2aea
Show file tree
Hide file tree
Showing 11 changed files with 45,481 additions and 9,726 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,8 @@
name = "Metal - Bossroom"
room_id = "metal_fixer"
mappath = "_maps/RandomRooms/backstreets/bossroom/metal_fixer.dmm"

/datum/map_template/random_room/backstreets/bossroom/slime_office
name = "Slime Office - Bossroom"
room_id = "slime_office"
mappath = "_maps/RandomRooms/backstreets/bossroom/slime_office.dmm"
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,8 @@
room_id = "casino_mn"
mappath = "_maps/RandomRooms/backstreets/medium_north/casino_mn.dmm"
stock = 1 // Only one, but it's common

/datum/map_template/random_room/backstreets/medium_north/slime_hut
name = "Slime Hut - Medium North A"
room_id = "slime_hut"
mappath = "_maps/RandomRooms/backstreets/medium_north/slime_hut.dmm"
12 changes: 9 additions & 3 deletions ModularTegustation/tegu_items/backstreets/templates.dm
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,13 @@
room_id = "tunnels_backstreets"
mappath = "_maps/RandomRooms/backstreetlayout/tunnels_backstreets.dmm"

/datum/map_template/random_room/backstreet_template/lcorp_ruin
name = "L-Corp Ruin Template"
room_id = "lcorp_ruin"
/datum/map_template/random_room/backstreet_template/abandoned_lcorp
name = "Abandoned L-Corp Template"
room_id = "abandoned_lcorp"
mappath = "_maps/RandomRooms/backstreetlayout/lcorp_backstreets.dmm"

/datum/map_template/random_room/backstreet_template/la_mancha_land
name = "La Mancha Land Template"
room_id = "la_mancha_land_backstreets"
mappath = "_maps/RandomRooms/backstreetlayout/ruinned_la_mancha_land.dmm"
weight = 5
Loading

0 comments on commit 91a2aea

Please sign in to comment.