Tesla Update and Orbit Update

This commit is contained in:
Fox-McCloud
2015-12-24 10:29:10 -05:00
parent 7677864951
commit bfb23936f9
8 changed files with 85 additions and 46 deletions
+1 -1
View File
@@ -264,7 +264,7 @@ a {
/obj/proc/tesla_act(var/power)
being_shocked = 1
var/power_bounced = power / 2
var/power_bounced = power / 1.3
tesla_zap(src, 5, power_bounced)
spawn(10)
being_shocked = 0