added black crayons (#17095)

This commit is contained in:
SonixApache
2018-01-17 09:38:09 +01:00
committed by DamianX
parent 576ad74491
commit ce414365c7
3 changed files with 8 additions and 1 deletions

View File

@@ -66,6 +66,12 @@ var/global/list/all_graffitis = list(
colour = "#DA00FF"
shadeColour = "#810CFF"
colourName = "purple"
/obj/item/toy/crayon/black
icon_state = "crayonblack"
colour = "#222222"
shadeColour = "#000000"
colourName = "black"
/obj/item/toy/crayon/mime
icon_state = "crayonmime"

View File

@@ -162,7 +162,7 @@
starting_materials = list(MAT_CARDBOARD = 3750)
w_type=RECYK_MISC
w_class = W_CLASS_SMALL
storage_slots = 6
storage_slots = 7
icon_type = "crayon"
can_only_hold = list(
"/obj/item/toy/crayon"
@@ -181,6 +181,7 @@
new /obj/item/toy/crayon/green(src)
new /obj/item/toy/crayon/blue(src)
new /obj/item/toy/crayon/purple(src)
new /obj/item/toy/crayon/black(src)
update_icon()
/obj/item/weapon/storage/fancy/crayons/update_icon()

Binary file not shown.

Before

Width:  |  Height:  |  Size: 707 B

After

Width:  |  Height:  |  Size: 800 B