Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes DDR #13155

Merged
merged 1 commit into from Dec 29, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions html/changelogs/unid-db.yml
@@ -0,0 +1,6 @@
author: Unid

delete-after: True

changes:
- bugfix: Fixed Dance Dance Revolution being unwinnable
4 changes: 2 additions & 2 deletions maps/randomvaults/dance_revolution.dm
Expand Up @@ -120,8 +120,8 @@

//Give new task

if(progress_counter > max_progress*0.8) //last 20% of the game = added difficulty
current_instruction = rand(DDR_STAND, DDR_LIE)
//if(progress_counter > max_progress*0.8) //last 20% of the game = added difficulty
// current_instruction = rand(DDR_STAND, DDR_LIE)

current_dir = pick(cardinal - current_dir)

Expand Down
2 changes: 1 addition & 1 deletion maps/randomvaults/dance_revolution.dmm
Expand Up @@ -64,7 +64,7 @@ aaagabaoapaqaoaoaraoaoaraoaoaqapaoabagaa
aaagabapaoarasaoaraoaoarataoaraoapabagaa
aaagabauararavavararararavavararawabagaa
aaagabaoaoaxayayazaoaoaxayayazaoaoabagaa
aaagabaoaoaxaAayazaoaoaxaBayazaoaoabagaa
aaagabaoaoaxaAayazaoaoaxaAayazaoaoabagaa
aaagabauararaCaCararararaCaCararawabagaa
alagabapaoaraDaoaraoaoaraEaoaraoapabagan
aaagabaoaparaoaoaraFaGaraoaoarapaoabagaa
Expand Down