mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 15:08:34 +01:00
Merge pull request #7547 from serenekerosene/scyllaloadoutthing
Scylla Casmus' Fluff Item
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user