mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 02:24:11 +01:00
Fixes cable coil transformation when shocked (#32048)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user