Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 167ce44

Browse files
committed
Update gamemode_subsystem.dm
1 parent dbb6eb5 commit 167ce44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yogstation/code/modules/storytellers/gamemode_subsystem.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ SUBSYSTEM_DEF(gamemode)
607607
intercepttext += "<b>Central Command has intercepted and partially decoded a Syndicate transmission with vital information regarding their movements. The following report outlines the most \
608608
likely threats to appear in your sector.</b>"
609609
var/list/report_weights = config.mode_false_report_weight.Copy()
610-
report_weights[report_type] = 0 //Prevent the current mode from being falsely selected.
610+
report_weights["invalid"] = 0 //Prevent the current mode from being falsely selected.
611611
var/list/reports = list()
612612
var/Count = 0 //To compensate for missing correct report
613613
if(prob(65)) // 65% chance the actual mode will appear on the list

0 commit comments

Comments
 (0)