Files
Bubberstation/code/modules/mob/dead
MrMelbert d39657bdfa Fix double send of COMSIG_GLOB_CREWMEMBER_JOINED for latejoins (#77474)
## About The Pull Request

I saw this pop up on a port of one of my PRs and realized "damn that is
an issue"

`COMSIG_GLOB_CREWMEMBER_JOINED` was sent twice for latejoins, once in
`transfer_character` and once at the end of `AttemptLateSpawn`

This caused latejoiners to get the signal twice, so in the case of
Summon Guns, they'd get two guns
2023-08-10 10:32:11 +00:00
..