Fixes borg cable coil color changing (#13566)

This commit is contained in:
Doxxmedearly
2022-04-18 19:15:12 +02:00
committed by GitHub
parent ef02a994fa
commit 73365fa652
2 changed files with 6 additions and 2 deletions
+2 -2
View File
@@ -695,11 +695,11 @@ obj/structure/cable/proc/cableColor(var/colorC)
uses_charge = 1
charge_costs = list(1)
/obj/item/stack/cable_coil/cyborg/verb/set_colour(mob/user)
/obj/item/stack/cable_coil/cyborg/verb/set_colour()
set name = "Change Colour"
set category = "Object"
choose_cable_color(user)
choose_cable_color(usr)
// Items usable on a cable coil :
// - Wirecutters : cut them duh !
@@ -0,0 +1,4 @@
author: Doxxmedearly
delete-after: True
changes:
- bugfix: "Borgs and drones can now actually change their cable color."