Certain team-specific rules

This commit is contained in:
Anuken
2020-06-15 12:00:32 -04:00
parent 90b0650af9
commit b5660a50ca
61 changed files with 291 additions and 237 deletions

View File

@@ -26,8 +26,8 @@ public class ConsumeModule extends BlockModule{
}
public void update(){
//everything is valid here
if(entity.tile().isEnemyCheat()){
//everything is valid when cheating
if(entity.cheating()){
valid = optionalValid = true;
return;
}