testing if travis messed up codegen
This commit is contained in:
@@ -98,7 +98,7 @@ abstract class PayloadComp implements Posc, Rotc, Hitboxc, Unitc{
|
|||||||
Unit u = payload.unit;
|
Unit u = payload.unit;
|
||||||
|
|
||||||
//can't drop ground units
|
//can't drop ground units
|
||||||
if(!u.canPassOn()){
|
if(!u.canPass(tileX(), tileY())){
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ public interface Payload{
|
|||||||
|
|
||||||
/** @return whether this payload fits on a standard 3x3 conveyor. */
|
/** @return whether this payload fits on a standard 3x3 conveyor. */
|
||||||
default boolean fits(){
|
default boolean fits(){
|
||||||
return size() / tilesize <= 2.4f;
|
return size() / tilesize <= 2.5f;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** writes the payload for saving. */
|
/** writes the payload for saving. */
|
||||||
|
|||||||
Reference in New Issue
Block a user