Fixes cable coil transformation when shocked (#32048)

This commit is contained in:
PollardTheDragon
2026-06-02 16:16:50 -04:00
committed by GitHub
parent dbd680787c
commit 6286c04ec1
-1
View File
@@ -224,7 +224,6 @@ GLOBAL_LIST_INIT(cable_coil_recipes, list (new/datum/stack_recipe/cable_restrain
if(C.shock(user, 50))
if(prob(50)) //fail
new /obj/item/stack/cable_coil(get_turf(C), 1, C.color)
C.deconstruct()
SEND_GLOBAL_SIGNAL(COMSIG_GLOB_CABLE_UPDATED, T)