Fixes a medbot harddel. (#20179)

i think these don't always spawn, hence why this harddel only happens
sometimes in the UTs

Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
Matt Atlas
2024-11-17 19:01:38 +00:00
committed by GitHub
co-authored by Matt Atlas
parent 4cdead126f
commit cb857366c8
2 changed files with 59 additions and 0 deletions
+1
View File
@@ -39,6 +39,7 @@
/mob/living/bot/medbot/Destroy()
QDEL_NULL(reagent_glass)
QDEL_NULL(firstaid_item)
return ..()
/mob/living/bot/medbot/think()