mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 06:27:26 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user