Hideout: Fix typos

alut-include-path
Mark 2017-01-07 01:35:08 +01:00
parent 80b3ceb560
commit dfc4483ae9
2 changed files with 3 additions and 3 deletions

View File

@ -60,7 +60,7 @@ global func FxGemPyreStart(object target, effect, int temporary, array coordinat
Size = PV_Linear(2, 0),
R = PV_Random(120, 140),
G = PV_Random(20, 30),
G = PV_Random(90, 110), // TODO: fix this
B = PV_Random(90, 110),
BlitMode = GFX_BLIT_Additive
};

View File

@ -5,9 +5,9 @@ public func IsInteractable(object clonk)
return !GetEffect("NoInteract", this);
}
public func FxNoInteractTime() // TODO: Fix this error
public func FxNoInteractTimer(object target, proplist fx, int timer)
{
return -1;
return FX_Execute_Kill;
}
public func Initialize()