mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-06 12:27:57 +00:00
rogueviz::ads:: shorter invincibility period in DS
This commit is contained in:
@@ -82,7 +82,7 @@ struct player_data {
|
|||||||
};
|
};
|
||||||
|
|
||||||
ld ads_how_much_invincibility = TAU / 4;
|
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;
|
player_data pdata, ads_max_pdata, ads_tank_pdata, ds_max_pdata, ds_tank_pdata;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user