Skip to content

Commit

Permalink
sdaf
Browse files Browse the repository at this point in the history
  • Loading branch information
FluffyGhoster committed Oct 23, 2024
1 parent c8cd11b commit c0411e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mining/mine_items.dm
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@
update_held_icon()

/obj/item/lazarus_injector/attack(mob/living/target_mob, mob/living/user, target_zone)
//If we're not loaded, the target is a living mob, or we're further from 1 tile away, not our problem
//If we're not loaded, the target is not a living mob, or we're further from 1 tile away, not our problem
if(!loaded || !isliving(target_mob) || get_dist(target_mob, user) > 1)
return ..()

Expand Down

0 comments on commit c0411e4

Please sign in to comment.