Restore medbot slap-crafting to health analyzer. (#32345)

This commit is contained in:
Alan
2026-08-01 06:22:35 +00:00
committed by GitHub
parent b974f33a1e
commit f96747fa84
@@ -96,6 +96,9 @@
return ITEM_INTERACT_COMPLETE
/obj/item/healthanalyzer/interact_with_atom(atom/target, mob/living/user, list/modifiers)
if(!ismob(target))
return ..()
if((HAS_TRAIT(user, TRAIT_CLUMSY) || user.getBrainLoss() >= 60) && prob(50))
var/list/msgs = list()
user.visible_message(