mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 08:37:43 +01:00
nerfs machine bounce range
This commit is contained in:
@@ -194,7 +194,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