v2.2.0: increased the sacrifice value of lower-exp enemies (rats esp.)
This commit is contained in:
+1
-1
@@ -167,7 +167,7 @@ public class SacrificialFire extends Blob {
|
|||||||
//give 1 exp for child swarms, instead of 0
|
//give 1 exp for child swarms, instead of 0
|
||||||
exp = 1;
|
exp = 1;
|
||||||
} else {
|
} else {
|
||||||
exp = ((Mob)ch).EXP;
|
exp = 1 + ((Mob)ch).EXP;
|
||||||
}
|
}
|
||||||
exp *= Random.IntRange( 2, 3 );
|
exp *= Random.IntRange( 2, 3 );
|
||||||
} else if (ch instanceof Hero) {
|
} else if (ch instanceof Hero) {
|
||||||
|
|||||||
Reference in New Issue
Block a user