Skip to content

Commit

Permalink
[MIRROR] [NO GBP] Infected Domain atmos fix [MDB IGNORE] (#24561) (#257)
Browse files Browse the repository at this point in the history
* [NO GBP] Infected Domain atmos fix (#79217)

## About The Pull Request

Modifies the chasms in the Infected Domain to be of the generic variety,
instead of lavaland chasms.

The lavaland chasms followed planetary atmos rules, and would dilute the
air in the map over time. Oops!
## Why It's Good For The Game

Closes #79202.
## Changelog
:cl:
fix: The Infected Domain should no longer fill up with smelly, poisonous
gas over time.
/:cl:

* [NO GBP] Infected Domain atmos fix

---------

Co-authored-by: SkyratBot <[email protected]>
Co-authored-by: Rhials <[email protected]>
  • Loading branch information
3 people authored Oct 25, 2023
1 parent e1bda91 commit c6a8393
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _maps/virtual_domains/psyker_zombies.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
/area/ruin/space/has_grav/powered/virtual_domain)
"c" = (
/obj/structure/sign/warning/directional/west,
/turf/open/chasm/lavaland,
/turf/open/chasm,
/area/ruin/space/has_grav/powered/virtual_domain)
"h" = (
/obj/structure/rack,
/turf/open/indestructible/dark,
/area/ruin/space/has_grav/powered/virtual_domain)
"i" = (
/obj/structure/sign/warning/directional/east,
/turf/open/chasm/lavaland,
/turf/open/chasm,
/area/ruin/space/has_grav/powered/virtual_domain)
"o" = (
/turf/template_noop,
Expand Down Expand Up @@ -73,7 +73,7 @@
/turf/template_noop,
/area/virtual_domain/safehouse)
"Q" = (
/turf/open/chasm/lavaland,
/turf/open/chasm,
/area/ruin/space/has_grav/powered/virtual_domain)
"R" = (
/obj/effect/mine/explosive/light,
Expand Down

0 comments on commit c6a8393

Please sign in to comment.