1
0
Fork 0
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:
Eric 2023-06-01 00:33:30 -04:00 committed by GitHub
parent 374f03dae3
commit b49a2857e5

View file

@ -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);
} }