Somewhat more dangerous neoplasm

This commit is contained in:
Anuken
2022-06-22 03:25:35 -04:00
parent 8ed878b1b3
commit 76735b01f7
5 changed files with 72 additions and 9 deletions

View File

@@ -124,7 +124,7 @@ public class Puddles{
}
return -0.4f * amount;
}
return 0f;
return dest.react(liquid, amount, tile, x, y);
}
/**