Beta 5 Pleaseletitstop Hotfix 7:
- Planted Nali Fruits can now be picked up again. The quirks of InStateSequence are annoying sometimes.
This commit is contained in:
parent
5ebe4cd46b
commit
41e42e874f
1 changed files with 1 additions and 2 deletions
|
|
@ -84,8 +84,7 @@ Class NaliFruit : Health
|
||||||
invoker.cnt = 0;
|
invoker.cnt = 0;
|
||||||
}
|
}
|
||||||
FRUT A 1 A_SetScale(Scale.x+1./35.);
|
FRUT A 1 A_SetScale(Scale.x+1./35.);
|
||||||
FRUT A 0 A_JumpIf(Scale.x>=1.,1);
|
FRUT A 0 A_JumpIf(Scale.x<1.,"Grow+1");
|
||||||
Goto Grow+1;
|
|
||||||
FRUT A 35
|
FRUT A 35
|
||||||
{
|
{
|
||||||
A_SetScale(1.);
|
A_SetScale(1.);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue