diff --git a/code/game/machinery/constructable_frame.dm b/code/game/machinery/constructable_frame.dm index 92b93da510..e9dfd6a6a7 100644 --- a/code/game/machinery/constructable_frame.dm +++ b/code/game/machinery/constructable_frame.dm @@ -39,6 +39,9 @@ playsound(src.loc, 'sound/items/Deconstruct.ogg', 50, 1) user << "\blue You start to add cables to the frame." if(do_after(user, 20)) + if(!P) + user << "\blue You realize the cable coil no longer exist." + return; P:amount -= 5 if(!P:amount) del(P) user << "\blue You add cables to the frame."