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.
|
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;
|
|
}
|