Allow neoplasm on water/arkycite/etc
This commit is contained in:
@@ -129,9 +129,8 @@ public class Puddles{
|
||||
|
||||
/**
|
||||
* Returns whether the first liquid can 'stay' on the second one.
|
||||
* Currently, the only place where this can happen is oil on water.
|
||||
*/
|
||||
private static boolean canStayOn(Liquid liquid, Liquid other){
|
||||
return liquid == Liquids.oil && other == Liquids.water;
|
||||
return liquid.canStayOn.contains(other);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user