SamsaraDevs / samsaraJunk

In which someone makes a class-based mod by copy/pasting the ZDoom Wiki into a single .pk3 and people seem to like it.
16 stars 7 forks source link

BJ sometimes becomes a standing ethereal corpse in DM #123

Open tehvappy50 opened 10 years ago

tehvappy50 commented 10 years ago

I dunno, usually happened in the instagib server

tehvappy50 commented 10 years ago

This seems to do the trick for line 65 of samsara.c:

if (CheckInventory("WolfenMovement") && !GetCVar("samsara_banwolfmove") && !isDead(0)) { SetActorState(0, "Spawn"); }