diff --git a/code/game/objects/items/devices/polycircuit.dm b/code/game/objects/items/devices/polycircuit.dm
index 2635ee91923..0415f845207 100644
--- a/code/game/objects/items/devices/polycircuit.dm
+++ b/code/game/objects/items/devices/polycircuit.dm
@@ -46,15 +46,11 @@
use(1)
if(!amount)
to_chat(user, "You navigate the sharp edges of circuitry and remove the last board.")
- return
else
to_chat(user, "You navigate the sharp edges of circuitry and remove a single board from [src]")
- return
else
H.apply_damage(15, BRUTE, pick(BODY_ZONE_L_ARM, BODY_ZONE_R_ARM))
to_chat(user, "You give yourself a wicked cut on [src]'s many sharp corners and edges!")
- return
- return
/obj/item/stack/circuit_stack/full
amount = 8