some smaller cleanup (#19119)

* some smaller cleanup

* .

* .

* fix udnerwaer colors
This commit is contained in:
Kashargul
2026-02-01 16:43:56 -08:00
committed by GitHub
parent e3ef47bd31
commit 05a7bda00f
17 changed files with 41 additions and 27 deletions
@@ -168,6 +168,7 @@
if(inserted_id && !powered())
visible_message(span_notice("The ID slot indicator light flickers on \the [src] as it spits out a card before powering down."))
inserted_id.forceMove(get_turf(src))
inserted_id = null
/obj/machinery/mineral/equipment_vendor/update_icon()
if(panel_open)
@@ -307,6 +308,7 @@
/obj/machinery/mineral/equipment_vendor/dismantle()
if(inserted_id)
inserted_id.forceMove(loc) //Prevents deconstructing the ORM from deleting whatever ID was inside it.
inserted_id = null
. = ..()
/**