- [CHG] Augmentada la duració del boost de invulnerabilitat

- [CHG] Afegits uns quants cafés estratègicament, i canviats alguns
This commit is contained in:
2024-10-11 11:50:16 +02:00
parent 9c10b6a372
commit 3132dc0157
12 changed files with 188 additions and 49 deletions

View File

@@ -2164,7 +2164,7 @@ namespace actor
switch (getBoosterFromString(booster))
{
case BOOST_GOD:
boost_god = 99 * 2;
boost_god = 99 * 4;
break;
case BOOST_RUN:
boost_steps = 99 * 2;

View File

@@ -437,7 +437,7 @@ namespace modules
draw::print2("c", 15, 26, col3, FONT_ZOOM_NONE);
draw::print2(actor::hero::getBoostJump(), 2, 8, 27, col3, FONT_ZOOM_NONE);
draw::print2(actor::hero::getBoostGod()/2, 2, 11, 27, col1, FONT_ZOOM_NONE);
draw::print2(actor::hero::getBoostGod()/4, 2, 11, 27, col1, FONT_ZOOM_NONE);
draw::print2(actor::hero::getBoostRun()/2, 2, 14, 27, col2, FONT_ZOOM_NONE);
draw::stencil::enable();