Matched wirecutter colors

This commit is contained in:
ShizCalev
2018-01-20 01:24:24 -05:00
committed by CitadelStationBot
parent 7ec2a4230d
commit 4a53b5f4a9
+2 -2
View File
@@ -23,12 +23,12 @@
var/random_color = TRUE //if the screwdriver uses random coloring
var/static/list/screwdriver_colors = list(
"blue" = rgb(24, 97, 213),
"red" = rgb(149, 23, 16),
"red" = rgb(255, 0, 0),
"pink" = rgb(213, 24, 141),
"brown" = rgb(160, 82, 18),
"green" = rgb(14, 127, 27),
"cyan" = rgb(24, 162, 213),
"yellow" = rgb(213, 140, 24)
"yellow" = rgb(255, 165, 0)
)
/obj/item/screwdriver/suicide_act(mob/user)