Skip to content
Permalink
Browse files

fix the opposing force parameter

  • Loading branch information
code34 committed Oct 5, 2011
1 parent 657c578 commit 9516ffd33907bed8e679c6ea573d1f2df4c7c120
Showing with 1 addition and 1 deletion.
  1. +1 −1 description.ext
@@ -639,7 +639,7 @@ class Params
class wcopposingforce
{
title = "ENEMIES FORCE ON ZONE";
values[] = {1, 2, 3, 4, 2};
values[] = {1, 2, 3, 4, 5};
texts[] = {"WEAK", "NORMAL", "STRONG", "VERY STRONG", "AWESOME"};
default = 3;
};

0 comments on commit 9516ffd

Please sign in to comment.
You can’t perform that action at this time.