mirror of
https://github.com/Xevion/research-multipliers.git
synced 2025-12-09 14:08:20 -06:00
chore: minor lua reformat
This commit is contained in:
@@ -126,7 +126,6 @@ function table.contains(table, element)
|
||||
return false
|
||||
end
|
||||
|
||||
|
||||
function is_essential_research(name)
|
||||
return essential_research[name] == true;
|
||||
end
|
||||
@@ -149,6 +148,7 @@ function is_interplanetary_research(name)
|
||||
return true;
|
||||
end
|
||||
end
|
||||
|
||||
return false;
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user