Fixes round event controller pirate spawns (#80936)

## About The Pull Request

Free GBP, I think?

It only spawns in space, but it only spawns on a planet... hold up
that's never.
## Why It's Good For The Game

Bugfix good.
## Changelog
🆑
fix: Fixed round event controller pirate spawns.
/🆑

Co-authored-by: RikuLeinonenVuoksi <riku.leinonen@vuoksi.fi>
This commit is contained in:
RikuTheKiller
2024-01-14 11:09:47 +01:00
committed by GitHub
co-authored by RikuLeinonenVuoksi
parent 2b459185a1
commit 8e5acdd2ef
@@ -15,7 +15,7 @@
map_flags = EVENT_SPACE_ONLY
/datum/round_event_control/pirates/preRunEvent()
if (!SSmapping.is_planetary())
if (SSmapping.is_planetary())
return EVENT_CANT_RUN
return ..()