Skip to content

Commit

Permalink
bring out the harpoons (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeltaFire15 committed Dec 2, 2023
1 parent e050ad9 commit f4f443d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nsv13/code/modules/overmap/boarding/boarding.dm
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
candidates = pollCandidatesForMob("Do you want to play as a boarding team member?", ROLE_OPERATIVE, null, ROLE_OPERATIVE, 10 SECONDS, src)
//No candidates? Well! Guess you get to deal with some KNPCs :))))))
if(!length(candidates))
switch(faction_selection)
if("syndicate")
relay('nsv13/sound/effects/ship/boarding_pod.ogg', "<span class='userdanger'>You can hear several tethers attaching to the ship.</span>")
else //No other special cases exist but this is a switch anyways to support them in the future (pirates have no tell)
return spawn_knpcs(amount, faction_selection)
return spawn_player_boarders(candidates, target, amount, faction_selection)

Expand Down

0 comments on commit f4f443d

Please sign in to comment.