1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-05-10 19:24:06 +00:00

rogueviz::ads:: shorter invincibility period in DS

This commit is contained in:
Zeno Rogue 2025-04-08 12:25:31 +02:00
parent e3c551bf69
commit fa3db0ff0f

View File

@ -82,7 +82,7 @@ struct player_data {
};
ld ads_how_much_invincibility = TAU / 4;
ld ds_how_much_invincibility = TAU / 4;
ld ds_how_much_invincibility = TAU / 8;
player_data pdata, ads_max_pdata, ads_tank_pdata, ds_max_pdata, ds_tank_pdata;