IsHammerBuildable added to WoodenBridge.

qteditor
Clonkonaut 2016-08-05 18:18:00 +02:00
parent 34af29fd7b
commit 2032e0274b
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@ public func NoConstructionFlip() { return true; }
// Is a construction that is built just below the surface.
public func IsBelowSurfaceConstruction() { return true; }
public func IsHammerBuildable() { return true; }
public func ConstructionCombineWith()
{
return "ConnectWoodenBridge";