Skip to content

Commit

Permalink
[MIRROR] Fix badass balloon ghost alert passing the wrong thing to it (
Browse files Browse the repository at this point in the history
…#409)

* 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

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

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

---------

Co-authored-by: MrMelbert <[email protected]>
Co-authored-by: NovaBot <[email protected]>
  • Loading branch information
3 people authored and FFMirrorBot committed Jan 11, 2024
1 parent 6250f90 commit 10baa3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/uplink/uplink_items/badass.dm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

notify_ghosts(
"[user] has purchased a BADASS Syndicate Balloon!",
source = src,
source = .,
header = "What are they THINKING?",
)

Expand Down

0 comments on commit 10baa3d

Please sign in to comment.