Daily derp! Don't return PER when STR is suggested
This commit is contained in:
Vendored
+1
-1
@@ -11972,7 +11972,7 @@ var process=require("__browserify_process");(function() {
|
||||
} else if (user.stats.per === suggested) {
|
||||
return "per";
|
||||
} else if (user.stats.str === suggested) {
|
||||
return "per";
|
||||
return "str";
|
||||
} else {
|
||||
return "con";
|
||||
}
|
||||
|
||||
+1
-1
@@ -950,7 +950,7 @@ api.wrap = (user) ->
|
||||
else if user.stats.per is suggested # Then favor PER, it's a god stat
|
||||
return "per"
|
||||
else if user.stats.str is suggested # Then favor STR, everyone loves crits
|
||||
return "per"
|
||||
return "str"
|
||||
else
|
||||
return "con" # CON, the unsexiest of attributes
|
||||
when "classbased"
|
||||
|
||||
Reference in New Issue
Block a user