mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 15:45:25 +01:00
fixes animation when AI controller spider breaks a light
This commit is contained in:
@@ -137,9 +137,9 @@
|
||||
step_to(src,L)
|
||||
L.on = 1
|
||||
L.broken()
|
||||
L.do_attack_animation(src)
|
||||
do_attack_animation(L)
|
||||
visible_message("<span class='danger'>[src] smashes the [L.name].</span>")
|
||||
break
|
||||
return
|
||||
else if(ai_spins_webs && web_type && world.time > (last_spins_webs + freq_spins_webs))
|
||||
last_spins_webs = world.time
|
||||
var/obj/structure/spider/terrorweb/T = locate() in get_turf(src)
|
||||
|
||||
Reference in New Issue
Block a user