We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a519f71 + 5928c52 commit 0d7cdeeCopy full SHA for 0d7cdee
2 files changed
code/modules/events/rift/missing_data.dm
@@ -2,7 +2,7 @@
2
name = "Locate Missing Data"
3
typepath = /datum/round_event/task/missing_data
4
event_flags = EVENT_TASK | EVENT_HIDDEN
5
- weight = 20
+ weight = 10
6
max_occurrences = 1
7
task_level = 3
8
code/modules/events/rift/rift_part3.dm
@@ -59,7 +59,7 @@
59
landing = safepick(FindImpactTurfs(charlie))
60
new /obj/structure/xeno_rift(landing)
61
//
62
- emergency_shuttle.incall(1.3)
+ emergency_shuttle.incall(1)
63
emergency_shuttle.prevent_recall = 1
64
var/list/rip_areas = list()
65
for(var/mob/living/L in player_list)
0 commit comments