10 lines
119 B
Plaintext
10 lines
119 B
Plaintext
#include "en5_treasure"
|
|
|
|
void main()
|
|
{
|
|
if (GetIsObjectValid(OBJECT_SELF))
|
|
{
|
|
GetMagicItem(OBJECT_SELF);
|
|
}
|
|
}
|