Files
Bubberstation/code/modules/mapping/mapping_helpers.dm
SkyratBot f0b7813d48 [MIRROR] Don't create abandoned airlocks with walls underneath them. [MDB IGNORE] (#19568)
* Don't create abandoned airlocks with walls underneath them. (#73656)

## About The Pull Request
Fixes #71504

#70237 attempted to remove this and did in some cases, however the case
where the abandoned airlock is able to find an adjacent wall turf to
copy the type of still fails to delete the airlock.
This fixes that.

Also in my testing, the times where it _failed_ to find a nearby wall
turf to copy and spawned a default wall would leave the mapping helper
visible in the round. Oops!

## Why It's Good For The Game

Mapping helpers should always delete themselves when finished.
The airlocks with walls under them are funny once and annoying the rest
of the time. As of that older PR, this continuing to happen is regarded
as a bug.
Also apparently it might be required anyway for Wallening.

## Changelog

🆑
fix: Maintenance tunnels should no longer sometimes contain airlocks
with walls underneath them.
/🆑

* Don't create abandoned airlocks with walls underneath them.

---------

Co-authored-by: Jacquerel <hnevard@gmail.com>
2023-02-26 19:29:32 -08:00

30 KiB