Merge pull request #14347 from Iamgoofball/patch-143

Tesla Nerf (shh dont tell aran)
This commit is contained in:
Cheridan
2016-01-06 12:22:05 -06:00
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -195,7 +195,7 @@
/obj/proc/tesla_act(var/power)
being_shocked = 1
var/power_bounced = power / 1.3
tesla_zap(src, 5, power_bounced)
var/power_bounced = power / 2
tesla_zap(src, 3, power_bounced)
spawn(10)
being_shocked = 0