Beta 5 Motherfucking Hotfix 3:
- Planted Nali fruits were not going through the correct growth state.
This commit is contained in:
parent
9ef26ab039
commit
b7f1e4921b
1 changed files with 2 additions and 1 deletions
|
|
@ -84,7 +84,8 @@ Class NaliFruit : Health
|
|||
invoker.cnt = 0;
|
||||
}
|
||||
FRUT A 1 A_SetScale(Scale.x+1./35.);
|
||||
FRUT A 0 A_JumpIf(Scale.x<1.0,"Spawn");
|
||||
FRUT A 0 A_JumpIf(Scale.x>=1.,1);
|
||||
Goto Grow+1;
|
||||
FRUT A 35
|
||||
{
|
||||
A_SetScale(1.);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue