From 1f5a7c0a256f7c092c58a8b2e8606327e04d3991 Mon Sep 17 00:00:00 2001 From: Fermi Date: Sat, 22 Jun 2019 13:31:55 +0100 Subject: [PATCH] Added velvet styling --- code/modules/surgery/organs/vocal_cords.dm | 5 +++-- interface/stylesheet.dm | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/code/modules/surgery/organs/vocal_cords.dm b/code/modules/surgery/organs/vocal_cords.dm index 9c09937908..8a42752615 100644 --- a/code/modules/surgery/organs/vocal_cords.dm +++ b/code/modules/surgery/organs/vocal_cords.dm @@ -617,6 +617,7 @@ name = "Velvet chords" desc = "The voice spoken from these just make you want to drift off, sleep and obey." icon_state = "velvet_chords" + spans = list("velvet","croon") /datum/action/item_action/organ_action/velvet name = "Velvet speech" @@ -633,7 +634,7 @@ /datum/action/item_action/organ_action/velvet/Trigger() . = ..() - var/command = input(owner, "Speak with the Voice of God", "Command") + var/command = input(owner, "Speak in a sultry tone", "Command") if(QDELETED(src) || QDELETED(owner)) return if(!command) @@ -1127,7 +1128,7 @@ user.SetStun(1000)//Hands are handy, so you have to stay still H.SetStun(1000) var/trigger = stripped_input(user, "Enter the loop phrase", MAX_MESSAGE_LEN) - var/customSpan = list("Notice", "Warning", "Hypnophrase", "Love") + var/customSpan = list("Notice", "Warning", "Hypnophrase", "Love", "Velvet") var/trigger2 = input(user, "Pick the style", "Style") in customSpan trigger2 = lowertext(trigger2) E.customEcho = trigger diff --git a/interface/stylesheet.dm b/interface/stylesheet.dm index b7c8dbc19e..9fb09a3d3a 100644 --- a/interface/stylesheet.dm +++ b/interface/stylesheet.dm @@ -153,6 +153,7 @@ h1.alert, h2.alert {color: #000000;} .redtext {color: #FF0000; font-size: 3;} .clown {color: #FF69Bf; font-size: 3; font-family: "Comic Sans MS", cursive, sans-serif; font-weight: bold;} .his_grace {color: #15D512; font-family: "Courier New", cursive, sans-serif; font-style: italic;} +.velvet {color: #840000; font-style: italic} .hypnophrase {color: #3bb5d3; font-weight: bold; animation: hypnocolor 1500ms infinite;} @keyframes hypnocolor { 0% { color: #0d0d0d; }