Fixed wooden cabin collecting objects dropped from a contained clonk

Charles Spurrill 2012-10-27 21:27:11 -07:00
parent 0e823cb38d
commit 881816a3ca
1 changed files with 5 additions and 0 deletions

View File

@ -14,6 +14,11 @@ protected func IsBuilt()
return GetCon() >= 100;
}
protected func RejectCollect(id objid, object obj)
{
return true;
}
public func NoConstructionFlip() { return true; }
local ActMap = {/*