Skip to content

Commit 30864de

Browse files
Update SodiumObjectives.cs
Fixes the collective Stomp objective to 111,111,111 (orignal target back in the day).
1 parent 1ad5063 commit 30864de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Servers/ApacheNet/Extensions/Lockwood/SodiumObjectives.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -351,11 +351,11 @@ await ctx.Response.Send(WebAPIService.OHS.LUA2XmlProcessor.TransformLuaTableToXm
351351
description = ""Obtain the level 1 stomper boots""
352352
}},
353353
sodium_98 = {{
354-
title = ""1,111,111"",
354+
title = ""111,111,111"",
355355
hints = {{
356356
""-""
357357
}},
358-
description = ""Collectively stomp 1,111,111 Scorpions""
358+
description = ""Collectively stomp 111,111,111 Scorpions""
359359
}},
360360
{(version == "v2.3" ? @"sodium_100 = {
361361
title = ""Scorpion Stomp Apprentice"",
@@ -927,7 +927,7 @@ await ctx.Response.Send(WebAPIService.OHS.LUA2XmlProcessor.TransformLuaTableToXm
927927
}},
928928
img_incmplt = ""https://www.outso-srv1.com/webassets/Sodium/objectives/images/{version}/stomp_incomplete.dds"",
929929
credits = 7500,
930-
target = 1111111,
930+
target = 111111111,
931931
project = ""scorpion_game"",
932932
obtype = ""COMM"",
933933
current_key = ""totalKills"",

0 commit comments

Comments
 (0)