a bit of a mess? surely not
This commit is contained in:
parent
47cae629df
commit
0ead044da1
14 changed files with 289 additions and 16 deletions
|
@ -12,8 +12,8 @@ function stat(name_, fullname_, desc_, replacements_=[]) constructor {
|
|||
}
|
||||
#macro st global.stats
|
||||
|
||||
function unitstat(val, name_, fullname_, desc_, replacements_) : stat(name_, fullname_, desc_, replacements_) constructor {
|
||||
value = val;
|
||||
function unitstat(val_, name_, fullname_, desc_, replacements_) : stat(name_, fullname_, desc_, replacements_) constructor {
|
||||
val = val_;
|
||||
modifier = 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue