[MIRROR] Fix badass balloon ghost alert passing the wrong thing to it [MDB IGNORE] (#26076)

* Fix badass balloon ghost alert passing the wrong thing to it (#80902)

## About The Pull Request

Ghost alert doesn't take datums, it takes atoms.

So we take the parent return, which is the atom created, and pass that
instead.

## Changelog

🆑 Melbert
fix: Ghost alert for buying a badass balloon should have a proper icon
/🆑

* Fix badass balloon ghost alert passing the wrong thing to it

---------

Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>
This commit is contained in:
SkyratBot
2024-01-12 03:05:48 +01:00
committed by GitHub
co-authored by MrMelbert
parent 3deb177b16
commit 0bd58702f3
+1 -1
View File
@@ -24,7 +24,7 @@
notify_ghosts(
"[user] has purchased a BADASS Syndicate Balloon!",
source = src,
source = .,
header = "What are they THINKING?",
)