donator stuff, madness and python

This commit is contained in:
QuoteFox
2021-04-28 15:22:20 +01:00
parent 803a881da9
commit 6aeab240b9
3 changed files with 32 additions and 0 deletions
+19
View File
@@ -152,3 +152,22 @@
/obj/item/toy/sword/chloesabre/get_worn_belt_overlay(icon_file)
return mutable_appearance(icon_file, "darksheath-darksabre")
/obj/item/mialasscale
name = "Miala's Scale"
desc = "A bright, and familiar, cyan scale from an equally familiar snake being."
icon = 'hyperstation/icons/obj/rewards.dmi'
icon_state = "m_scale"
item_state = "m_scale"
w_class = WEIGHT_CLASS_SMALL
/obj/item/bong/kiseru
name = "black lacquered kiseru"
desc = "it is a black lacquered kiseru with a ornate silver head and mouthpiece, you can feel it's old age as you hold it"
icon = 'hyperstation/icons/obj/rewards.dmi'
icon_state = null
item_state = null
w_class = WEIGHT_CLASS_NORMAL
light_color = "#FFCC66"
icon_off = "pipe"
icon_on = "pipe_lit"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 605 B

After

Width:  |  Height:  |  Size: 1.0 KiB

@@ -150,3 +150,16 @@ datum/gear/darksabresheath
category = SLOT_IN_BACKPACK
path = /obj/item/clothing/under/touchinfuzzy
ckeywhitelist = list("touchinfuzzy")
/datum/gear/mscale
name = "Miala's Scale"
category = SLOT_IN_BACKPACK
path = /obj/item/mialasscale
ckeywhitelist = list("python13579")
/datum/gear/pipe
name = "Black Lacquered Kiseru"
category = SLOT_IN_BACKPACK
path = /obj/item/bong/kiseru
ckeywhitelist = list("madness_18")