You can get transformed into an Avatar two times, so
you can get again the bonuses of the race. The spell
doesn't "know" if you have transformed yourself before,
and lets you do it again. Just have to type "quit" to get
your original race.
KoRn
Logged In: YES
user_id=275934
I added the following code to fix this problem.
if(caster->query_static_property("race_changed")) {
tell_object(caster,"You have allready transformed.\n");
return 0;
}
caster->add_static_property("race_changed", 1);