Fixes return() borking the code

This commit is contained in:
Xhuis
2014-12-27 00:17:57 -05:00
parent f07b250dde
commit 9ba34b32e6
+1 -1
View File
@@ -88,12 +88,12 @@
)
src.jitteriness += 1000 //High numbers for violent convulsions
src.stuttering += 2
return shock_damage
Stun(2)
spawn(20)
src.jitteriness -= 990 //Still jittery, but vastly less
Stun(3)
Weaken(3)
return shock_damage
/mob/living/carbon/swap_hand()