Adds spraycans, fixes lipstick, modifies scleaner

This commit does the following:
 - Adds spraycans as a subtype of crayons.
   - Slight crayon overhaul to make room for this
   - Can spray graffiti, runes, and letters on floors & walls
   - Can spray mobs and paint their face

 - Fixes & overhauls lipstick
   - Lipstick is now overlay and Blend() based.
   - Also fixes a few bugs with the system.
   - Updates paper code to accomodate for wiping off spraypaint as well

 - Slight modification to space cleaner
   - Space cleaner now cleans your face of lipstick and spraypaint
This commit is contained in:
Sawu
2015-04-15 17:19:08 -07:00
committed by Tigercat2000
parent 098a41944c
commit d038a0710c
12 changed files with 112 additions and 43 deletions

View File

@@ -98,6 +98,14 @@
build_path = /obj/item/weapon/wrench
category = list("initial","Tools")
/datum/design/spraycan
name = "Spraycan"
id = "spraycan"
build_type = AUTOLATHE
materials = list("$metal" = 100, "$glass" = 100)
build_path = /obj/item/toy/crayon/spraycan
category = list("initial", "Tools")
/datum/design/airalarm_electronics
name = "Air Alarm Electronics"
id = "airalarm_electronics"