massive burndown (#29894)

This commit is contained in:
Contrabang
2025-07-27 20:52:39 +00:00
committed by GitHub
parent a596fba80d
commit 1504ed98be
1043 changed files with 0 additions and 3598 deletions
-1
View File
@@ -31,7 +31,6 @@ By design, d1 is the smallest direction and d2 is the highest
//The following vars are set here for the benefit of mapping - they are reset when the cable is spawned
alpha = 128 //is set to 255 when spawned
plane = GAME_PLANE //is set to FLOOR_PLANE when spawned
layer = LOW_OBJ_LAYER //isset to WIRE_LAYER when spawned
/// The direction of endpoint one of this cable
-2
View File
@@ -18,14 +18,12 @@ GLOBAL_LIST_INIT(cable_coil_recipes, list (new/datum/stack_recipe/cable_restrain
merge_type = /obj/item/stack/cable_coil // This is here to let its children merge between themselves
color = COLOR_RED
w_class = WEIGHT_CLASS_SMALL
throw_speed = 2
throw_range = 5
materials = list(MAT_METAL = 15, MAT_GLASS = 10)
flags = CONDUCT
slot_flags = ITEM_SLOT_BELT
attack_verb = list("whipped", "lashed", "disciplined", "flogged")
usesound = 'sound/items/deconstruct.ogg'
toolspeed = 1
/obj/item/stack/cable_coil/Initialize(mapload, length, paramcolor)
. = ..()