mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 00:20:44 +00:00
update warning to ignore acid on same group
This commit is contained in:
@@ -225,7 +225,7 @@ public class CitadelUtility {
|
||||
if (
|
||||
relativeReinforcement == null
|
||||
|| !relativeReinforcement.getType().canBeReinforced(relativeBlock.getType())
|
||||
|| acidMan.isPossibleAcidBlock(relativeBlock)
|
||||
|| (acidMan.isPossibleAcidBlock(relativeBlock) && acidMan.isAcidOnSameGroup(newRein, relativeReinforcement))
|
||||
) {
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user