diff --git a/code/modules/mob/living/silicon/robot/drone/drone_items.dm b/code/modules/mob/living/silicon/robot/drone/drone_items.dm index 8c2715fbfa..17025ed4d8 100644 --- a/code/modules/mob/living/silicon/robot/drone/drone_items.dm +++ b/code/modules/mob/living/silicon/robot/drone/drone_items.dm @@ -245,7 +245,7 @@ dat += tools if (emagged) - if (module.emag) + if (!module.emag) dat += text("Resource depleted
") else if(activated(module.emag)) dat += text("[module.emag]: Activated
")