mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Fixes borg cable coil color changing (#13566)
This commit is contained in:
@@ -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."
|
||||
Reference in New Issue
Block a user