7 lines
78 B
Plaintext
7 lines
78 B
Plaintext
#include "ability_imbue"
|
|
|
|
void main()
|
|
{
|
|
AbilityImbue(IP_CONST_ABILITY_INT);
|
|
}
|