Skip to content

Commit

Permalink
this is now fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
dwasint committed Oct 22, 2023
1 parent 42b22fa commit a03a753
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/game/machinery/computer/communications.dm
Original file line number Diff line number Diff line change
Expand Up @@ -823,11 +823,9 @@
// Pirates / Fugitives have enough lead in time that there's no point summoning them if the shuttle is called
// Both of these events also summon space ships and so cannot run on planetary maps
if (EMERGENCY_IDLE_OR_RECALLED && !SSmapping.is_planetary())
/*
// Pirates require ghosts for the pirates obviously
if(num_ghosts >= MIN_GHOSTS_FOR_PIRATES)
hack_options += HACK_PIRATE
*/
// Fugitives require ghosts for both fugitives and hunters (Please no waldo)
if(num_ghosts >= MIN_GHOSTS_FOR_FUGITIVES)
hack_options += HACK_FUGITIVES
Expand Down

0 comments on commit a03a753

Please sign in to comment.