mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
Merge pull request #14347 from Iamgoofball/patch-143
Tesla Nerf (shh dont tell aran)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user