mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 21:48:21 +01:00
Fixes a machine analyzer runtime (#27143)
* machine analyzer runtime * renaming * comment * the correct fix
This commit is contained in:
@@ -389,6 +389,8 @@ SLIME SCANNER
|
||||
to_chat(user, chat_box_healthscan(msgs.Join("<br>")))
|
||||
|
||||
/obj/item/robotanalyzer/attack_obj(obj/machinery/M, mob/living/user) // Scanning a machine object
|
||||
if(!ismachinery(M))
|
||||
return
|
||||
if((HAS_TRAIT(user, TRAIT_CLUMSY) || user.getBrainLoss() >= 60) && prob(50))
|
||||
handle_clumsy(user)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user