Fix CM.Sim.eff

This commit is contained in:
Daniel van Noord
2020-12-03 18:31:45 +01:00
parent d6aca47698
commit 74b353d530
2 changed files with 3 additions and 3 deletions

View File

@@ -118,7 +118,7 @@ CM.Sim.eff = function(name) {
return CM.Sim.effs[name]
}
else {
return Game.effs[name];
return CM.Sim.effs[name];
}
}