mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-16 02:24:11 +01:00
Mapload anomalies are no longer orbit points-of-interest (#81431)
## About The Pull Request Mapped-in anomalies no longer register as points-of-interest in the orbit menu. This is primarily for the hollow anomalies from the anomaly research ruin. Player-stabilized anomalies, and regular event anomalies, will still show up here. ## Why It's Good For The Game These damn things take up over half the misc tab. Less clutter in the orbit menu.  ## Changelog 🆑 Rhials qol: Map hazard anomalies are no longer treated as points-of-interest in the orbit menu. /🆑
This commit is contained in:
@@ -27,7 +27,8 @@
|
||||
/obj/effect/anomaly/Initialize(mapload, new_lifespan, drops_core = TRUE)
|
||||
. = ..()
|
||||
|
||||
SSpoints_of_interest.make_point_of_interest(src)
|
||||
if(!mapload)
|
||||
SSpoints_of_interest.make_point_of_interest(src)
|
||||
|
||||
START_PROCESSING(SSobj, src)
|
||||
impact_area = get_area(src)
|
||||
|
||||
Reference in New Issue
Block a user