Module:HeroData: Difference between revisionsGive feedback
Jump to navigation
Jump to search
m funny |
m now its funny |
||
| Line 392: | Line 392: | ||
in_development = hero_data["inDevelopment"] | in_development = hero_data["inDevelopment"] | ||
is_disabled = hero_data["isDisabled"] | is_disabled = hero_data["isDisabled"] | ||
if (not in_development and not is_disabled | if (not in_development and not is_disabled or 1==1) then | ||
--Add the row's stats | --Add the row's stats | ||