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.
AM2R-The-Horde-Multitroid/scripts/scr_energytank_character_ev...

13 lines
348 B

if (active) {
if (global.maxhealth < 100) {
event_inherited();
} else {
itemtype = 1;
popup_text(get_text("Notifications", "EnergyTank"));
event_inherited();
}
global.maxhealth += (100 * oControl.mod_etankhealthmult);
global.playerhealth = global.maxhealth;
global.etanks += 1;
}