mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
[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:
@@ -24,7 +24,7 @@
|
||||
|
||||
notify_ghosts(
|
||||
"[user] has purchased a BADASS Syndicate Balloon!",
|
||||
source = src,
|
||||
source = .,
|
||||
header = "What are they THINKING?",
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user