Skip to content

Commit

Permalink
Small bug fix with adv ent spawner
Browse files Browse the repository at this point in the history
Signed-off-by: me4502 <mnmiller1@hotmail.com>
  • Loading branch information
me4502 committed Nov 3, 2012
1 parent 499b0ea commit 8a8c66e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public void trigger(ChipState chip) {
if(effectSign != null) { //Apply effects
for(int s = 0; s < 4; s++) {
try {
String bit = armourSign.getLine(s);
String bit = effectSign.getLine(s);
if(bit == null || bit.trim().length() == 0)
continue;

Expand Down

0 comments on commit 8a8c66e

Please sign in to comment.