Skip to content

Commit

Permalink
Merge pull request #948 from Acts19quiz/stable_acts19quiz_chexpar
Browse files Browse the repository at this point in the history
Implement Chex Quet par times into _CHEXNFO (Chex Quest MAPINFO).
  • Loading branch information
rakohus committed Apr 5, 2024
2 parents 7bae8f7 + a77db80 commit 3c5df8c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions wad/lumps/_chexnfo.lmp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ map E1M1 lookup "CHUSTR_E1M1"
secretnext = "E1M9"
sky1 = "SKY1"
cluster = 1
par = 30
par = 120
music = "$MUSIC_E1M1"
}

Expand All @@ -33,7 +33,7 @@ map E1M2 lookup "CHUSTR_E1M2"
secretnext = "E1M9"
sky1 = "SKY1"
cluster = 1
par = 75
par = 360
music = "$MUSIC_E1M2"
}

Expand All @@ -45,7 +45,7 @@ map E1M3 lookup "CHUSTR_E1M3"
secretnext = "E1M9"
sky1 = "SKY1"
cluster = 1
par = 120
par = 480
music = "$MUSIC_E1M3"
}

Expand All @@ -57,7 +57,7 @@ map E1M4 lookup "CHUSTR_E1M4"
secretnext = "E1M9"
sky1 = "SKY1"
cluster = 1
par = 90
par = 200
music = "$MUSIC_E1M4"
}

Expand All @@ -69,7 +69,7 @@ map E1M5 lookup "CHUSTR_E1M5"
secretnext = "E1M9"
sky1 = "SKY1"
cluster = 1
par = 165
par = 360
music = "$MUSIC_E1M5"
nointermission
}
Expand Down

0 comments on commit 3c5df8c

Please sign in to comment.