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-Multitroid-Fair-Team-PVP/Export_CodeServer/gml_Script_scr_powerbomb_ch...

18 lines
385 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
}