Fixes Anomaly Analyzer reading the wrong variable for the effect's range, resulting in nearly all anomalies erronously showing as transmitting their effect on touch.

This commit is contained in:
Ithalan
2016-03-22 02:27:31 +01:00
parent 9db3c3e268
commit f3066a926f

View File

@@ -181,7 +181,7 @@
out += " have been detected "
//how the artifact does it's effect
switch(A.my_effect.effect_type)
switch(A.my_effect.effect)
if(1)
out += " emitting in an ambient energy field."
if(2)
@@ -224,7 +224,7 @@
out += "low level radiation"
//how the artifact does it's effect
switch(A.secondary_effect.effect_type)
switch(A.secondary_effect.effect)
if(1)
out += " emitting in an ambient energy field."
if(2)