mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Merge pull request #1221 from Ithalan/master
Fixes Anomaly Analyzer reading the wrong variable for the artifact effect's range
This commit is contained in:
@@ -181,7 +181,7 @@
|
|||||||
out += " have been detected "
|
out += " have been detected "
|
||||||
|
|
||||||
//how the artifact does it's effect
|
//how the artifact does it's effect
|
||||||
switch(A.my_effect.effect_type)
|
switch(A.my_effect.effect)
|
||||||
if(1)
|
if(1)
|
||||||
out += " emitting in an ambient energy field."
|
out += " emitting in an ambient energy field."
|
||||||
if(2)
|
if(2)
|
||||||
@@ -224,7 +224,7 @@
|
|||||||
out += "low level radiation"
|
out += "low level radiation"
|
||||||
|
|
||||||
//how the artifact does it's effect
|
//how the artifact does it's effect
|
||||||
switch(A.secondary_effect.effect_type)
|
switch(A.secondary_effect.effect)
|
||||||
if(1)
|
if(1)
|
||||||
out += " emitting in an ambient energy field."
|
out += " emitting in an ambient energy field."
|
||||||
if(2)
|
if(2)
|
||||||
|
|||||||
Reference in New Issue
Block a user