Adds pink power cable by joeyjo0.

This commit is contained in:
Ren Erthilo
2012-04-27 20:02:34 +01:00
parent 4843e7958b
commit 0f4b179ea5
5 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -221,7 +221,7 @@
/obj/item/weapon/cable_coil/proc/updateicon()
if (!color)
color = pick("red", "yellow", "blue", "green")
color = pick("red", "yellow", "blue", "green", "pink")
if(amount == 1)
icon_state = "coil_[color]1"
name = "cable piece"