Added velvet styling

This commit is contained in:
Fermi
2019-06-22 13:31:55 +01:00
parent 226dbe7804
commit 1f5a7c0a25
2 changed files with 4 additions and 2 deletions
+3 -2
View File
@@ -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