Permalink
Browse files
fix the opposing force parameter
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+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; |
|
|
}; |
|
|
|