mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 23:51:17 +01:00
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:
@@ -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."))
|
||||
|
||||
Reference in New Issue
Block a user