mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Restore medbot slap-crafting to health analyzer. (#32345)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user