mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
Reacher working in 528 mode
This commit is contained in:
parent
02b56d2eb5
commit
d99ac8508f
@ -26,7 +26,7 @@ public class HazardTypeRadiation extends HazardTypeBase {
|
||||
|
||||
boolean reacher = false;
|
||||
|
||||
if(target instanceof EntityPlayer && !GeneralConfig.enable528)
|
||||
if(target instanceof EntityPlayer)
|
||||
reacher = ((EntityPlayer) target).inventory.hasItem(ModItems.reacher);
|
||||
|
||||
level *= stack.stackSize;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user