Skip to content
Snippets Groups Projects
Commit 16097dd5 authored by j's avatar j
Browse files

Further SF cost reductions.

parent 3ca94727
No related branches found
No related tags found
No related merge requests found
:: SFJS [script] :: SFJS [script]
window.simpleWorldEconomyCheck = function() { window.simpleWorldEconomyCheck = function() {
var n1 = 7; var n1 = 4;
var n2 = 5; var n2 = 3;
var n3 = 3; var n3 = 2;
if(State.variables.economy === .5) { if(State.variables.economy === .5) {
return n1; return n1;
} else if(State.variables.economy === 1.5) { } else if(State.variables.economy === 1.5) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment