Skip to content

Commit b85fed7

Browse files
authored
Fixing a syntax error (space-wizards#40473)
1 parent ae22c7c commit b85fed7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Resources/Prototypes/Objectives/objectiveGroups.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@
7272
- type: weightedRandom
7373
id: ThiefObjectiveGroupItem
7474
weights:
75-
ChiefEngineerToolbeltStealObjective: .5 #command
76-
CaptainSwordStealObjective: .5
75+
ChiefEngineerToolbeltStealObjective: 0.5 #command
76+
CaptainSwordStealObjective: 0.5
7777
ClothingHeadsetAltMedicalStealObjective: 1
7878
ForensicScannerStealObjective: 1 #sec
7979
FlippoEngravedLighterStealObjective: 0.5

0 commit comments

Comments
 (0)