mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
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:
@@ -42,7 +42,9 @@ var/global/list/limb_icon_cache = list()
|
||||
mob_icon.Blend(eyes_icon, ICON_OVERLAY)
|
||||
|
||||
if(owner.lip_style && (owner.species && (owner.species.flags & HAS_LIPS)))
|
||||
mob_icon.Blend(new/icon('icons/mob/human_face.dmi', "lips_[owner.lip_style]_s"), ICON_OVERLAY)
|
||||
var/image/lips = image("icon"='icons/mob/human_face.dmi', "icon_state"="lips_[owner.lip_style]_s")
|
||||
lips.color = owner.lip_color
|
||||
mob_icon.Blend(lips, ICON_OVERLAY)
|
||||
|
||||
if(owner.f_style)
|
||||
var/datum/sprite_accessory/facial_hair_style = facial_hair_styles_list[owner.f_style]
|
||||
|
||||
Reference in New Issue
Block a user