mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 21:38:00 +01:00
Increase the luminance of the light sources Sombra can destroy
This commit is contained in:
parent
6bbea1766f
commit
d08e4ef689
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ public class SombraEntity extends HostileEntity implements ArenaCombatant, Parti
|
|||
generateBodyParticles();
|
||||
} else {
|
||||
for (BlockPos p : BlockPos.iterateOutwards(getBlockPos(), 2, 1, 2)) {
|
||||
if (getWorld().getBlockState(p).getLuminance() > 3) {
|
||||
if (getWorld().getBlockState(p).getLuminance() > 13) {
|
||||
destroyLightSource(p);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue