mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-03-22 18:09:33 +00:00
Revert guaranteed fakeout
This commit is contained in:
parent
374f03dae3
commit
b49a2857e5
|
@ -130,7 +130,7 @@ class GameOverSubstate extends MusicBeatSubstate
|
||||||
{
|
{
|
||||||
hasStartedAnimation = true;
|
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);
|
boyfriend.playAnimation('fakeoutDeath', true, true);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue