Fix storing several recently-migrated items. (#32383)

* Fix storing light replacers, handheld defibs.

* Apply suggestion from CRUNCH review.

* Fix similar mishap in body analyzer, flash, gas analyzer, laser pointer, garrote, evidence bag, and organ extractor.
This commit is contained in:
Alan
2026-08-12 23:48:38 +00:00
committed by GitHub
parent fe10790ad1
commit 2b0638def8
9 changed files with 52 additions and 15 deletions
@@ -48,6 +48,12 @@
diode = new /obj/item/stock_parts/micro_laser/ultra(src)
/obj/item/laser_pointer/interact_with_atom(atom/target, mob/living/user, list/modifiers)
if(!isturf(target.loc))
return NONE
if(isstorage(target))
return NONE
laser_act(target, user, modifiers)
add_fingerprint(user)
return ITEM_INTERACT_COMPLETE