openclonk/planet/BackToTheRocks.c4f/FrozenFortress.ocs/System.ocg/UnUseableRopeLadders.c

10 lines
261 B
C

#appendto Ropeladder_Grabber
public func IsInteractable(object clonk) { if(GetEffect("NoInteract",this)) return false; else return true;}
public func FxNoInteractTime()
{
return -1;
}
public func Initialize() { AddEffect("NoInteract",this,100,26*36,this); }