mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
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:
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 ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user