mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 22:42:26 +01:00
Merge branch 'upstream-master' into placeholder
This commit is contained in:
@@ -483,7 +483,7 @@ obj/structure/cable/proc/cableColor(var/colorC)
|
||||
throw_range = 5
|
||||
matter = list(DEFAULT_WALL_MATERIAL = 50, MATERIAL_GLASS = 20)
|
||||
recyclable = TRUE
|
||||
flags = CONDUCT
|
||||
flags = HELDMAPTEXT|CONDUCT
|
||||
slot_flags = SLOT_BELT
|
||||
attack_verb = list("whipped", "lashed", "disciplined", "flogged")
|
||||
stacktype = /obj/item/stack/cable_coil
|
||||
@@ -630,6 +630,7 @@ obj/structure/cable/proc/cableColor(var/colorC)
|
||||
update_held_icon()
|
||||
cut_overlays()
|
||||
add_overlay(overlay_image(icon, "[icon_state]_end", flags=RESET_COLOR))
|
||||
check_maptext(SMALL_FONTS(7, get_amount()))
|
||||
|
||||
/obj/item/stack/cable_coil/attackby(var/obj/item/W, var/mob/user)
|
||||
if(W.ismultitool())
|
||||
|
||||
Reference in New Issue
Block a user