Merge branch 'master' into dev

This commit is contained in:
DanielNoord
2020-12-28 14:08:13 +01:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -4613,8 +4613,8 @@ CM.Sim.hasGod=function(what) {
CM.Sim.eff = function(name) {
if (typeof CM.Sim.effs[name]==='undefined') {
CM.Sim.effs[name] = 1
return CM.Sim.effs[name]
CM.Sim.effs[name] = 1;
return CM.Sim.effs[name];
}
else {
return CM.Sim.effs[name];

View File

@@ -114,8 +114,8 @@ CM.Sim.hasGod=function(what) {
CM.Sim.eff = function(name) {
if (typeof CM.Sim.effs[name]==='undefined') {
CM.Sim.effs[name] = 1
return CM.Sim.effs[name]
CM.Sim.effs[name] = 1;
return CM.Sim.effs[name];
}
else {
return CM.Sim.effs[name];