You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
379 B

if (active) {
if (global.maxpbombs == 0) {
event_inherited();
} else {
itemtype = 1;
popup_text(get_text("Notifications", "PowerBombTank"));
event_inherited();
}
if (global.difficulty < 2) global.maxpbombs += 2;
if (global.difficulty == 2) global.maxpbombs += 1;
global.pbombs = global.maxpbombs;
global.ptanks += 1;
}