This commit is contained in:
Zuhayr
2014-07-02 05:31:53 +09:30
parent 558fb6a321
commit ff475635b7

View File

@@ -174,7 +174,7 @@
var/eta_status = emergency_shuttle.get_status_panel_eta()
if(eta_status)
stat(null, eta_status)
if (client.statpanel == "Status")
if (internal)
if (!internal.air_contents)
@@ -1397,6 +1397,11 @@
T.Weaken(5)
//Only official raider vox get the grab and no self-prone."
if(src.mind && src.mind.special_role != "Vox Raider")
src.Weaken(5)
return
var/use_hand = "left"
if(l_hand)
if(r_hand)