Null checks & cleanup of upgrade pathing

This commit is contained in:
Anuken
2020-12-15 10:58:03 -05:00
parent 6c67dc1266
commit a18e1854ab
4 changed files with 14 additions and 17 deletions

View File

@@ -28,7 +28,7 @@ abstract class PuddleComp implements Posc, Puddlec, Drawc{
@Import float x, y;
transient float accepting, updateTime;
transient float accepting, updateTime, lastRipple;
float amount;
int generation;
Tile tile;