Merge pull request #2072 from CIB/minor_feature

Derp in previous commit.
This commit is contained in:
Hawk-v3
2012-12-18 04:41:10 -08:00
+1 -1
View File
@@ -74,7 +74,7 @@
base_chance = 1.1
// Trigger the event based on how likely it currently is.
if(!prob(chance * eventchance * base_chance / ( 100 * 100))) // "normal" event chance at 20 players
if(!prob(chance * eventchance * base_chance / 100)) // "normal" event chance at 20 players
return 0
switch(picked_event)