Hello everyone. Well im reworking my item generator agian, and since i belive the safest way to give the item to the corpse is through make_corpse, i have the game set up to set to set victim->killer right before
the raw kill in bool damage.

           victim->killer = ch;
           raw_kill (victim);

(and then it takes ch->victim during make_corpse to pass along to the item generator)

However, ive run into a small snag. The first mobile killed, is always Null. (regardless of mobile, or who is doing the killing) Its just the first mobile killed after a reboot. Anyone have an ideas why this would happen?


Reply via email to