mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 23:17:02 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user