[spoiler]
Code: Select all
Actor superFlask : CustomInventory
{ +INVENTORY.ALWAYSPICKUP
states { Spawn:
PTN2 ABC 4
loop
Pickup:
TNT1 A 0 A_GiveInventory ("doubleFlask", 2) //should give a total of 4 items
stop }}
Actor doubleFlask : CustomInventory
{ +INVENTORY.ALWAYSPICKUP
states { Spawn:
PTN2 ABC 4
loop
Pickup:
TNT1 A 0 A_GiveInventory ("ArtiHealth", 2)
stop }}
this bug happens in r3334, and I am really hoping for a fix. Also, i tested whether increasing maxAmount had any effect, it didn't and this bug also happens with the console's give command.Ideas?