Fix some harddels. (#21373)

Let's try to haunt down this brain and mannequin harddel bullshit

---------

Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
Matt Atlas
2025-09-29 23:20:44 +00:00
committed by GitHub
co-authored by Matt Atlas
parent eeefc04d3a
commit 7f474bd363
10 changed files with 39 additions and 9 deletions
@@ -35,6 +35,10 @@
atom_flags ^= ATOM_FLAG_OPEN_CONTAINER
update_icon()
/obj/item/reagent_containers/food/drinks/flask/vacuumflask/Destroy()
QDEL_NULL(cup)
return ..()
/obj/item/reagent_containers/food/drinks/flask/vacuumflask/attack_self(mob/user)
if(cup)
to_chat(user, SPAN_NOTICE("You remove \the [src]'s cap."))