Skip to content

Commit

Permalink
[MIRROR] [NO GBP] Fixes escape method in lavaland mafia map [MDB IGNO…
Browse files Browse the repository at this point in the history
…RE] (#24985)

* [NO GBP] Fixes escape method in lavaland mafia map (#79696)

## About The Pull Request

Replaces the mining lockers in the lavaland Mafia map with mining carts.
## Why It's Good For The Game

I forgot that these closets are populated with mining gear, allowing
mafia players to PKA the door down and escape the play area. Oops!
## Changelog
:cl: Rhials
fix: The full mining lockers in the Lavaland Mafia map have been
replaced with (empty) mining carts.
/:cl:

* [NO GBP] Fixes escape method in lavaland mafia map

---------

Co-authored-by: Rhials <[email protected]>
  • Loading branch information
2 people authored and FFMirrorBot committed Nov 13, 2023
1 parent d2d7446 commit 0a7c3c5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions _maps/map_files/Mafia/mafia_lavaland.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"al" = (
/obj/item/shovel,
/obj/item/pickaxe,
/obj/structure/closet/secure_closet/miner/unlocked,
/obj/structure/closet/crate/miningcar,
/turf/open/floor/fakebasalt,
/area/centcom/mafia)
"am" = (
Expand All @@ -72,7 +72,7 @@
},
/obj/item/shovel,
/obj/item/pickaxe,
/obj/structure/closet/secure_closet/miner/unlocked,
/obj/structure/closet/crate/miningcar,
/turf/open/floor/iron,
/area/centcom/mafia)
"ap" = (
Expand All @@ -94,7 +94,7 @@
},
/obj/item/shovel,
/obj/item/pickaxe,
/obj/structure/closet/secure_closet/miner/unlocked,
/obj/structure/closet/crate/miningcar,
/turf/open/floor/iron,
/area/centcom/mafia)
"as" = (
Expand Down Expand Up @@ -135,7 +135,7 @@
},
/obj/item/shovel,
/obj/item/pickaxe,
/obj/structure/closet/secure_closet/miner/unlocked,
/obj/structure/closet/crate/miningcar,
/turf/open/floor/iron,
/area/centcom/mafia)
"aB" = (
Expand Down Expand Up @@ -184,7 +184,7 @@
},
/obj/item/shovel,
/obj/item/pickaxe,
/obj/structure/closet/secure_closet/miner/unlocked,
/obj/structure/closet/crate/miningcar,
/turf/open/floor/iron,
/area/centcom/mafia)
"aI" = (
Expand All @@ -193,7 +193,7 @@
},
/obj/item/shovel,
/obj/item/pickaxe,
/obj/structure/closet/secure_closet/miner/unlocked,
/obj/structure/closet/crate/miningcar,
/turf/open/floor/iron,
/area/centcom/mafia)
"aJ" = (
Expand All @@ -211,7 +211,7 @@
},
/obj/item/shovel,
/obj/item/pickaxe,
/obj/structure/closet/secure_closet/miner/unlocked,
/obj/structure/closet/crate/miningcar,
/turf/open/floor/iron,
/area/centcom/mafia)
"aM" = (
Expand Down

0 comments on commit 0a7c3c5

Please sign in to comment.