Fixes Ninja pAI Eject

Apparently I left messed this up when porting stuff over, wouldn't allow
ninja to eject the pAI from his suit.
This commit is contained in:
DZD
2014-12-06 16:31:34 -05:00
parent b951d5a8f8
commit 83f22e3bf9
@@ -681,11 +681,8 @@ ________________________________________________________________________________
if("Configure pAI")
pai.attack_self(U)
if("Eject pAI")
if("Eject pAI")
if(pai)
pai = null
else
if(pai.loc != src)
pai = null
else