multiplication is faster

This commit is contained in:
Fox-McCloud
2015-12-24 21:18:20 -05:00
parent 187f9c4f44
commit 3a8a09b583
+1 -1
View File
@@ -264,7 +264,7 @@ a {
/obj/proc/tesla_act(var/power)
being_shocked = 1
var/power_bounced = power / 1.3
var/power_bounced = power * 0.76923
tesla_zap(src, 5, power_bounced)
spawn(10)
being_shocked = 0