mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Sets Abduction Chance to 0
Basically, as of this PR, makes abductions only occur with admin abuse, as per #4535.
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user