removes some new unreachable code (#48907)

This commit is contained in:
spookydonut
2020-01-22 12:52:34 -05:00
committed by Jordan Brown
parent ce60ec6c83
commit ce339bd7d9
@@ -46,15 +46,11 @@
use(1)
if(!amount)
to_chat(user, "<span class='notice'>You navigate the sharp edges of circuitry and remove the last board.</span>")
return
else
to_chat(user, "<span class='notice'>You navigate the sharp edges of circuitry and remove a single board from [src]</span>")
return
else
H.apply_damage(15, BRUTE, pick(BODY_ZONE_L_ARM, BODY_ZONE_R_ARM))
to_chat(user, "<span class='warning'>You give yourself a wicked cut on [src]'s many sharp corners and edges!</span>")
return
return
/obj/item/stack/circuit_stack/full
amount = 8