Scylla Fluff Item

I hope I did this right!!!!!!!! TY to Amaya for the guide

Fluff application was approved here: https://forum.vore-station.net/viewtopic.php?f=26&t=1744
This commit is contained in:
serenekerosene
2020-04-30 20:23:46 -04:00
parent 0afc02f4a3
commit b693f8e06c
4 changed files with 25 additions and 6 deletions

View File

@@ -738,6 +738,13 @@
ckeywhitelist = list("phoenixgamma7")
character_name = list("Jamie Findlay")
/datum/gear/fluff/scylla_shades
path = /obj/item/clothing/glasses/fluff/scylla
display_name = "Scylla's Shades"
description = "These cherry-red cat-eye shades give you an inclination to eat chalk."
ckeywhitelist = list("pimientopyro")
character_name = list("Scylla Casmus")
// Q CKEYS
// R CKEYS

View File

@@ -891,7 +891,7 @@
set src in view(1)
//do_reagent_implant(usr)
if(!isliving(usr) || !usr.checkClickCooldown())
if(!isliving(usr) || !usr.canClick())
return
if(usr.incapacitated() || usr.stat > CONSCIOUS)
@@ -960,7 +960,7 @@
set src in view(1)
//do_reagent_implant(usr)
if(!isliving(usr) || !usr.checkClickCooldown())
if(!isliving(usr) || !usr.canClick())
return
if(usr.incapacitated() || usr.stat > CONSCIOUS)
@@ -1029,7 +1029,7 @@
set src in view(1)
//do_reagent_implant(usr)
if(!isliving(usr) || !usr.checkClickCooldown())
if(!isliving(usr) || !usr.canClick())
return
if(usr.incapacitated() || usr.stat > CONSCIOUS)
@@ -1114,7 +1114,7 @@
set src in view(1)
//do_reagent_implant(usr)
if(!isliving(usr) || !usr.checkClickCooldown())
if(!isliving(usr) || !usr.canClick())
return
if(usr.incapacitated() || usr.stat > CONSCIOUS)
@@ -1474,7 +1474,7 @@
set src in view(1)
//do_reagent_implant(usr)
if(!isliving(usr) || !usr.checkClickCooldown())
if(!isliving(usr) || !usr.canClick())
return
if(usr.incapacitated() || usr.stat > CONSCIOUS)
@@ -1808,4 +1808,16 @@
desc = "A black bomber jacket with the security emblem sewn onto it."
icon = 'icons/vore/custom_items_vr.dmi'
icon_override = 'icons/vore/custom_items_vr.dmi'
icon_state = "bombersec"
icon_state = "bombersec"
//pimientopyro - Scylla Casmus
/obj/item/clothing/glasses/fluff/scylla
name = "Cherry-Red Shades"
desc = "These cheap, cherry-red cat-eye glasses seem to give you the inclination to eat chalk when you wear them."
icon = 'icons/vore/custom_items_vr.dmi'
icon_state = "blindshades"
icon_override = 'icons/vore/custom_clothes_vr.dmi'
item_state = "blindshades_mob"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 210 KiB

After

Width:  |  Height:  |  Size: 210 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 55 KiB