Module:HeroData: Difference between revisionsGive feedback
m table confined to content |
m 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) then | if (not in_development and not is_disabled and 1==2) then | ||
--Add the row's stats | --Add the row's stats | ||