mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-25 17:42:26 +00:00
Removes most instances of item_color
Notable exception is for clothing/under, those will have to be removed once item_state override is implemented.
This commit is contained in:
@@ -470,7 +470,6 @@ obj/structure/cable/proc/cableColor(var/colorC)
|
||||
amount = MAXCOIL
|
||||
max_amount = MAXCOIL
|
||||
color = COLOR_RED
|
||||
//item_color = COLOR_RED Use regular "color" var instead. No need to have it duplicate in two vars. Causes confusion.
|
||||
desc = "A coil of power cable."
|
||||
throwforce = 10
|
||||
w_class = 2.0
|
||||
|
||||
Reference in New Issue
Block a user