From ce339bd7d9b8f82c978b3459a39e32a2a2cc02c9 Mon Sep 17 00:00:00 2001 From: spookydonut Date: Thu, 23 Jan 2020 01:52:34 +0800 Subject: [PATCH] removes some new unreachable code (#48907) --- code/game/objects/items/devices/polycircuit.dm | 4 ---- 1 file changed, 4 deletions(-) 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