mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-04 13:54:22 +00:00
Revert guaranteed fakeout
This commit is contained in:
parent
374f03dae3
commit
b49a2857e5
|
@ -130,7 +130,7 @@ class GameOverSubstate extends MusicBeatSubstate
|
|||
{
|
||||
hasStartedAnimation = true;
|
||||
|
||||
if (boyfriend.hasAnimation('fakeoutDeath') && (FlxG.random.bool((1 / 4000) * 100) || true))
|
||||
if (boyfriend.hasAnimation('fakeoutDeath') && (FlxG.random.bool((1 / 4000) * 100)))
|
||||
{
|
||||
boyfriend.playAnimation('fakeoutDeath', true, true);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue