Erwan
- Adding equipments. They work like auras, except you have to add an "auto={cost}:equip" line. See Behemoth sledge in ARB for an example. Please test a lot before committing, thanks :)
This commit is contained in:
@@ -264,6 +264,9 @@ ActionLayer::ActionLayer(){
|
||||
}
|
||||
|
||||
ActionLayer::~ActionLayer(){
|
||||
for (int i=mCount-1;i>=0;i--){
|
||||
moveToGarbage((ActionElement *)mObjects[i]);
|
||||
}
|
||||
SAFE_DELETE(abilitiesMenu);
|
||||
cleanGarbage();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user