One step towards plasma changes (though I might not complete them), and drone control is released when the user logs out.

This commit is contained in:
shadowlord13
2008-06-22 01:15:25 +00:00
parent b28076295e
commit 42710e6d6d
6 changed files with 47 additions and 10 deletions
+14
View File
@@ -711,6 +711,20 @@
src.stunned = 1
return
Logout()
if (src.droneTransitioning==1)
..()
return
src.releaseControl(0)
Login()
if (src.droneTransitioning==1)
..()
return
src.releaseControl(0)
ex_act(severity)
flick("flash", src.flash)