mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
Energy Net Attack Cooldown Fix (#22050)
fixes attacking energy nets with a weapon having no cooldown. fixes #22028.
This commit is contained in:
@@ -108,6 +108,7 @@
|
||||
health_check()
|
||||
|
||||
/obj/effect/energy_net/attackby(obj/item/attacking_item, mob/user)
|
||||
user.setClickCooldown(DEFAULT_ATTACK_COOLDOWN)
|
||||
user.do_attack_animation(src, attacking_item)
|
||||
var/attack_force = attacking_item.force
|
||||
if(user == affecting)
|
||||
|
||||
Reference in New Issue
Block a user