From f2b84695203d97bc7562c6910fa6048eab75bb6a Mon Sep 17 00:00:00 2001 From: Roxy <75404941+TealSeer@users.noreply.github.com> Date: Wed, 25 Dec 2024 13:28:43 -0500 Subject: [PATCH] Make gas miner beacons clean up after themselves (#2780) ## About The Pull Request Change gas miner beacons to be the kind that delete the delivery pod once they've landed ## Why It's Good For The Game At ten thousand credits a piece you'd think NT would spring for the bluespace ones (the pod staying in the chamber is so ugly and I hate it) ## Proof Of Testing
Screenshots/Videos ![image](https://github.com/user-attachments/assets/3e41bb72-34b0-4aa4-9978-61908d3877ab)
## Changelog :cl: qol: gas miner delivery pods now delete themselves after landing. /:cl: --- modular_skyrat/modules/modular_items/code/summon_beacon.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/modular_skyrat/modules/modular_items/code/summon_beacon.dm b/modular_skyrat/modules/modular_items/code/summon_beacon.dm index 340053e92f4..60ea7173380 100644 --- a/modular_skyrat/modules/modular_items/code/summon_beacon.dm +++ b/modular_skyrat/modules/modular_items/code/summon_beacon.dm @@ -150,4 +150,3 @@ ) area_string = "atmospherics" - supply_pod_stay = TRUE