Add custom items for Igni/Kelly Summers

This commit is contained in:
Reddeyfish
2018-04-05 19:11:40 -07:00
parent 13aa6ad11b
commit b52bb9a7f0
5 changed files with 63 additions and 0 deletions
@@ -1760,3 +1760,25 @@ Departamental Swimsuits, for general use
icon_state = "tronsiren_shoes"
icon = 'icons/vore/custom_clothes_vr.dmi'
icon_override = 'icons/vore/custom_onmob_vr.dmi'
//Igni Vulpas
/obj/item/clothing/accessory/collar/fluff/Kellyscollar
name = "Warden's collar"
desc = "A collar with spikes that look dangerously sharp, projecting an menacing aura"
icon_state = "collar_spik"
item_state = "collar_spik_overlay"
overlay_state = "collar_spik_overlay"
/obj/item/clothing/accessory/collar/fluff/Kellyscollar/attack_self(mob/user as mob)
user << "<span class='notice'>[name]'s interface is projected onto your hand.</span>"
var/str = copytext(reject_bad_text(input(user,"Tag text?","Set tag","")),1,MAX_NAME_LEN)
if(!str || !length(str))
user << "<span class='notice'>[name]'s tag set to be blank.</span>"
name = initial(name)
desc = initial(desc)
else
user << "<span class='notice'>You set the [name]'s tag to '[str]'.</span>"
name = initial(name) + " ([str])"
desc = initial(desc) + " The tag says \"[str]\"."
@@ -2004,3 +2004,21 @@
..()
attack_verb = list("bapped", "thwapped", "bonked", "whacked")
icon_state = initial(icon_state)
//Igni Vulpas
/obj/item/weapon/melee/fluffstuff/wardenschain
name = "Warden's chain"
desc = "A High Tech solution to simple punishment. It has a red leather handle with the word 'punish'. The silver base has a pair of engraved initials, K.S."
icon = 'icons/vore/custom_items_vr.dmi'
icon_state = "holochain"
icon_override = 'icons/vore/custom_items_vr.dmi'
item_state = "holochain_mob"
flags = CONDUCT | NOBLOODY
slot_flags = SLOT_BELT
force = 15
throwforce = 3
w_class = ITEMSIZE_NORMAL
damtype = HALLOSS
attack_verb = list("flogged", "whipped", "lashed", "disciplined", "chastised", "flayed", "punished")