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 c32af318b4c..c45db270cc1 100644
--- a/code/modules/mob/living/silicon/robot/drone/drone_items.dm
+++ b/code/modules/mob/living/silicon/robot/drone/drone_items.dm
@@ -244,7 +244,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
")