mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
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:
@@ -738,6 +738,13 @@
|
|||||||
ckeywhitelist = list("phoenixgamma7")
|
ckeywhitelist = list("phoenixgamma7")
|
||||||
character_name = list("Jamie Findlay")
|
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
|
// Q CKEYS
|
||||||
|
|
||||||
// R CKEYS
|
// R CKEYS
|
||||||
|
|||||||
@@ -891,7 +891,7 @@
|
|||||||
set src in view(1)
|
set src in view(1)
|
||||||
|
|
||||||
//do_reagent_implant(usr)
|
//do_reagent_implant(usr)
|
||||||
if(!isliving(usr) || !usr.checkClickCooldown())
|
if(!isliving(usr) || !usr.canClick())
|
||||||
return
|
return
|
||||||
|
|
||||||
if(usr.incapacitated() || usr.stat > CONSCIOUS)
|
if(usr.incapacitated() || usr.stat > CONSCIOUS)
|
||||||
@@ -960,7 +960,7 @@
|
|||||||
set src in view(1)
|
set src in view(1)
|
||||||
|
|
||||||
//do_reagent_implant(usr)
|
//do_reagent_implant(usr)
|
||||||
if(!isliving(usr) || !usr.checkClickCooldown())
|
if(!isliving(usr) || !usr.canClick())
|
||||||
return
|
return
|
||||||
|
|
||||||
if(usr.incapacitated() || usr.stat > CONSCIOUS)
|
if(usr.incapacitated() || usr.stat > CONSCIOUS)
|
||||||
@@ -1029,7 +1029,7 @@
|
|||||||
set src in view(1)
|
set src in view(1)
|
||||||
|
|
||||||
//do_reagent_implant(usr)
|
//do_reagent_implant(usr)
|
||||||
if(!isliving(usr) || !usr.checkClickCooldown())
|
if(!isliving(usr) || !usr.canClick())
|
||||||
return
|
return
|
||||||
|
|
||||||
if(usr.incapacitated() || usr.stat > CONSCIOUS)
|
if(usr.incapacitated() || usr.stat > CONSCIOUS)
|
||||||
@@ -1114,7 +1114,7 @@
|
|||||||
set src in view(1)
|
set src in view(1)
|
||||||
|
|
||||||
//do_reagent_implant(usr)
|
//do_reagent_implant(usr)
|
||||||
if(!isliving(usr) || !usr.checkClickCooldown())
|
if(!isliving(usr) || !usr.canClick())
|
||||||
return
|
return
|
||||||
|
|
||||||
if(usr.incapacitated() || usr.stat > CONSCIOUS)
|
if(usr.incapacitated() || usr.stat > CONSCIOUS)
|
||||||
@@ -1474,7 +1474,7 @@
|
|||||||
set src in view(1)
|
set src in view(1)
|
||||||
|
|
||||||
//do_reagent_implant(usr)
|
//do_reagent_implant(usr)
|
||||||
if(!isliving(usr) || !usr.checkClickCooldown())
|
if(!isliving(usr) || !usr.canClick())
|
||||||
return
|
return
|
||||||
|
|
||||||
if(usr.incapacitated() || usr.stat > CONSCIOUS)
|
if(usr.incapacitated() || usr.stat > CONSCIOUS)
|
||||||
@@ -1809,3 +1809,15 @@
|
|||||||
icon = 'icons/vore/custom_items_vr.dmi'
|
icon = 'icons/vore/custom_items_vr.dmi'
|
||||||
icon_override = '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 |
Reference in New Issue
Block a user