Skip to content

Commit

Permalink
Fine-tune cheatTics duration
Browse files Browse the repository at this point in the history
  • Loading branch information
JNechaevsky committed Jun 29, 2023
1 parent 322f177 commit ff26b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doom/st_bar.c
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ boolean ST_Responder (event_t *ev)
// other than typing actions in G_Responder.
if (cht_CheckCheat(&cheat_wait, ev->data2))
{
plyr->cheatTics = TICRATE * 3;
plyr->cheatTics = TICRATE * 2;
}

// 'dqd' cheat for toggleable god mode
Expand Down

0 comments on commit ff26b59

Please sign in to comment.