From 5e9aa4fb110ee7d025fdc3734bbbf95b5e937f29 Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 4 Dec 2018 22:12:27 -0500 Subject: [PATCH] Sets Abduction Chance to 0 Basically, as of this PR, makes abductions only occur with admin abuse, as per #4535. --- maps/tether/tether_shuttles.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maps/tether/tether_shuttles.dm b/maps/tether/tether_shuttles.dm index 3ac68483b8a..1d997147922 100644 --- a/maps/tether/tether_shuttles.dm +++ b/maps/tether/tether_shuttles.dm @@ -190,7 +190,7 @@ current_area = /area/shuttle/excursion/tether docking_controller_tag = "expshuttle_docker" web_master_type = /datum/shuttle_web_master/excursion - var/abduct_chance = 0.5 //Prob + var/abduct_chance = 0 //Prob /datum/shuttle/web_shuttle/excursion/long_jump(var/area/departing, var/area/destination, var/area/interim, var/travel_time, var/direction) if(prob(abduct_chance))