Merge pull request #4979 from Citadel-Station-13/upstream-merge-34683

[MIRROR] Matched wirecutter colors
This commit is contained in:
LetterJay
2018-01-21 11:50:07 -06:00
committed by GitHub
+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)