Skip to content

Commit 0d7cdee

Browse files
author
TheDracheX
committed
Merge pull request #561 from FlavoredCactus/master
balances rift
2 parents a519f71 + 5928c52 commit 0d7cdee

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

code/modules/events/rift/missing_data.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "Locate Missing Data"
33
typepath = /datum/round_event/task/missing_data
44
event_flags = EVENT_TASK | EVENT_HIDDEN
5-
weight = 20
5+
weight = 10
66
max_occurrences = 1
77
task_level = 3
88

code/modules/events/rift/rift_part3.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
landing = safepick(FindImpactTurfs(charlie))
6060
new /obj/structure/xeno_rift(landing)
6161
//
62-
emergency_shuttle.incall(1.3)
62+
emergency_shuttle.incall(1)
6363
emergency_shuttle.prevent_recall = 1
6464
var/list/rip_areas = list()
6565
for(var/mob/living/L in player_list)

0 commit comments

Comments
 (0)