Conclusively fixed status effect null issue

This commit is contained in:
Anuken
2019-09-17 18:54:30 -04:00
parent ee412e1994
commit 5e8da856e7
6 changed files with 36 additions and 13 deletions

View File

@@ -46,6 +46,7 @@ public class StatusEffects implements ContentList{
if(unit.getTeam() == waveTeam){
Events.fire(Trigger.shock);
}
result.set(this, time);
}));
opposite(() -> burning);
}};