Rapid Cable Layer rewrite & Cable Coilours (#35241)

* RCL Revolution

* Polishing

* fixing conflicts

* aight

* SpaceRCL

* Fixing Conflict & macro name

* fixing conflicts
This commit is contained in:
DeityLink
2023-10-30 03:55:15 +01:00
committed by GitHub
parent 79d631e03e
commit d6d7317222
25 changed files with 366 additions and 171 deletions

View File

@@ -1351,6 +1351,7 @@ var/global/list/damage_icon_parts = list()
var/obj/abstract/Overlays/O = obj_overlays[HANDCUFF_LAYER]
O.icon = 'icons/obj/cuffs.dmi'
O.icon_state = handcuffed.icon_state
O.color = handcuffed.color
O.pixel_x = species.inventory_offsets["[slot_handcuffed]"]["pixel_x"] * PIXEL_MULTIPLIER
O.pixel_y = species.inventory_offsets["[slot_handcuffed]"]["pixel_y"] * PIXEL_MULTIPLIER
obj_to_plane_overlay(O,HANDCUFF_LAYER)