Merging 1.7.5 Source: actors/buffs changes
This commit is contained in:
@@ -29,7 +29,6 @@ public class Light extends FlavourBuff {
|
||||
@Override
|
||||
public boolean attachTo( Char target ) {
|
||||
if (super.attachTo( target )) {
|
||||
// When a level is loading, do nothing
|
||||
if (Dungeon.level != null) {
|
||||
target.viewDistance = Math.max( Dungeon.level.viewDistance, DISTANCE );
|
||||
Dungeon.observe();
|
||||
|
||||
Reference in New Issue
Block a user