mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
Worms Hard Del (#22569)
Simple fix for the Worm King spamming hard deletes.
This commit is contained in:
@@ -135,9 +135,8 @@
|
||||
|
||||
/mob/living/simple_animal/hostile/greatworm/Destroy()
|
||||
SSmobs.greatworms -= src
|
||||
if(sarlacc)
|
||||
qdel(sarlacc)
|
||||
sarlacc = null
|
||||
QDEL_NULL(sarlacc)
|
||||
QDEL_LIST(active_tentacles)
|
||||
return ..()
|
||||
|
||||
/mob/living/simple_animal/hostile/greatworm/Life(seconds_per_tick, times_fired)
|
||||
@@ -289,6 +288,7 @@
|
||||
/mob/living/simple_animal/hostile/lesserworm/Destroy()
|
||||
if(originator)
|
||||
originator.active_tentacles -= src
|
||||
originator = null
|
||||
return ..()
|
||||
|
||||
/mob/living/simple_animal/hostile/lesserworm/proc/Penetrate()
|
||||
|
||||
Reference in New Issue
Block a user