agag
This commit is contained in:
parent
28d1e25526
commit
6196046767
@ -3188,7 +3188,9 @@ class PlayState extends MusicBeatState
|
|||||||
health -= 0.20;
|
health -= 0.20;
|
||||||
vocals.volume = 0;
|
vocals.volume = 0;
|
||||||
if (theFunne && !daNote.isSustainNote)
|
if (theFunne && !daNote.isSustainNote)
|
||||||
|
{
|
||||||
noteMiss(daNote.noteData, daNote);
|
noteMiss(daNote.noteData, daNote);
|
||||||
|
}
|
||||||
if (daNote.isParent)
|
if (daNote.isParent)
|
||||||
{
|
{
|
||||||
health -= 0.30; // give a health punishment for failing a LN
|
health -= 0.30; // give a health punishment for failing a LN
|
||||||
@ -3226,7 +3228,15 @@ class PlayState extends MusicBeatState
|
|||||||
health -= 0.20;
|
health -= 0.20;
|
||||||
vocals.volume = 0;
|
vocals.volume = 0;
|
||||||
if (theFunne && !daNote.isSustainNote)
|
if (theFunne && !daNote.isSustainNote)
|
||||||
noteMiss(daNote.noteData, daNote);
|
{
|
||||||
|
if (PlayStateChangeables.botPlay)
|
||||||
|
{
|
||||||
|
daNote.rating = "bad";
|
||||||
|
goodNoteHit(daNote);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
noteMiss(daNote.noteData, daNote);
|
||||||
|
}
|
||||||
|
|
||||||
if (daNote.isParent)
|
if (daNote.isParent)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user