mirror of
https://github.com/cybergirlvannie/OpenSS13.git
synced 2026-07-11 15:52:49 +01:00
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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user