ZipZero Posted January 21, 2016 Share Posted January 21, 2016 BYOND Key: PrismaticGynoid Character name: Irene Niequist Item name: worn purple scarf Why is your character carrying said item to work? The scarf was received as a gift fifteen years ago. Although it hasn't been worn in many years, Irene has decided to wear it again as a sort of subtle defiance of the Shell Registration Act, despite it being uncomfortably warm. Item function(s): Worn in the mask slot, and can be pulled up to cover the face. Item description: A hand woven purple scarf made out of synthetic fibers. Some of the edges appear slightly frayed. Item appearance: Additional comments: Sprites: https://dl.dropboxusercontent.com/u/23512113/niequist_scarf.dmi Code: /obj/item/clothing/mask/fluff/niequist_scarf name = "worn purple scarf" desc = "A hand woven purple scarf made out of synthetic fibers. Some of the edges appear slightly frayed." icon = 'icons/obj/custom_items/niequist_scarf.dmi' icon_state = "niequist_scarf_down" contained_sprite = 1 w_class = 2 flags = FPRINT|TABLEPASS|MASKCOVERSMOUTH permeability_coefficient = 0.90 var/hanging = 1 verb/toggle() set category = "Object" set name = "Adjust scarf" set src in usr if(usr.canmove && !usr.stat && !usr.restrained()) if(!src.hanging) src.hanging = !src.hanging flags &= ~(MASKCOVERSMOUTH) icon_state = "niequist_scarf_down" usr.visible_message ("<span class='notice'>[usr] pulls the [src] down, letting it hang around their neck.</span>", "<span class='notice'>You pull the [src] down around your neck.</span>") else src.hanging = !src.hanging flags |= MASKCOVERSMOUTH icon_state = "niequist_scarf_up" usr.visible_message ("<span class='notice'>[usr] pulls the [src] over their mouth and nose.</span>", "<span class='notice'>You pull the [src] over your mouth and nose.</span>") usr.update_inv_wear_mask() Link to comment
Mofo1995 Posted January 25, 2016 Share Posted January 25, 2016 I, for one, really like this. I think it contributes well to roleplay with the subtle resistance, and I thinkt hat it would look really nice on Irene. Not to mention ties to her backstory it might have which would also help. Plus, there's a dreadful lack of scarves on the station. Link to comment
incognitojesus Posted July 28, 2016 Share Posted July 28, 2016 Application denied due to inactivity, feel free to apply in the future. Link to comment
Recommended Posts