mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
added black crayons (#17095)
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user