Skip to content

Commit

Permalink
Syndicate (AI) boarding has a tell again (#2587)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeltaFire15 authored Dec 29, 2023
1 parent 9f3496e commit f818ccd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nsv13/code/modules/overmap/boarding/boarding.dm
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,11 @@
message_admins("KNPC boarder spawn aborted. This ship does not support KNPCs (add some patrol nodes!)")
throw EXCEPTION("KNPC boarder spawn aborted. This ship does not support KNPCs (add some patrol nodes!)")

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)

var/obj/structure/closet/supplypod/syndicate_odst/toLaunch = new()
var/shippingLane = GLOB.areas_by_type[/area/centcom/supplypod/supplypod_temp_holding]
toLaunch.forceMove(shippingLane)
Expand Down

0 comments on commit f818ccd

Please sign in to comment.