Files
GS13/hyperstation/code/obj/rewards.dm
QuoteFox 9310f4c565 Me and my copy paste comments...
Me and my copy paste comments...
2021-01-12 03:10:35 +00:00

98 lines
4.2 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/obj/item/pen/bluemarker
name = "blue marker"
desc = "A simple blueberry scented marker."
icon_state = "marker_blue"
colour = "blue"
/obj/item/pen/bluemarker/attack_self(mob/user)
user.emote("sniff")
to_chat(user, "<span class='notice'>Ahh~ blueberries!</span>")
/obj/item/clothing/suit/napoleonic
name = "napoleonic uniform"
desc = "An heirloom passed down from the Gruber family dynasty."
icon_state = "napoleonic"
item_state = "napoleonic"
body_parts_covered = CHEST|GROIN|ARMS
cold_protection = CHEST|GROIN|ARMS
/obj/item/clothing/suit/shackles
name = "Plastitanium Shackles"
desc = "A set of heavy plastitanium shackles, there are chains still attatched"
icon_state = "shackles"
item_state = "shackles"
icon = 'hyperstation/icons/mobs/rewards.dmi'
alternate_worn_icon = 'hyperstation/icons/mobs/rewards.dmi'
mutantrace_variation = NO_MUTANTRACE_VARIATION
/obj/item/clothing/suit/luwethtrench
name = "Syndicate Commander's Coat"
desc = "A sinister looking black and red jacket. The gold collar and shoulders denote that this belongs to a high ranking syndicate officer. A rather strange brooch is pinned to the coat, displaying a unique range of lustrous brass cracks through the deep blacks of its hammered finish."
icon = 'hyperstation/icons/obj/clothing/rewards.dmi'
alternate_worn_icon = 'hyperstation/icons/mobs/rewards.dmi'
body_parts_covered = CHEST|GROIN|ARMS|LEGS
icon_state = "luwethtrench"
item_state = "luwethtrench"
mutantrace_variation = NO_MUTANTRACE_VARIATION
/obj/item/clothing/gloves/ring/luweth
name = "Luweths Wedding Band"
icon = 'hyperstation/icons/obj/clothing/rewards.dmi'
icon_state = "luweth"
desc = "A seemingly natural yet rather rough brass ring, which shows off a unique range of lustrous brass cracks through the deep blacks of its hammered finish. 'Till death does us part.'"
/obj/item/dice/d20/blue
name = "blue d20"
desc = "Clearly the dice hate you."
icon_state = "d20_blue"
sides = 20
unique = TRUE
/obj/item/clothing/suit/hooded/wintercoat/death
name = "inconspicuous winter coat"
icon_state = "rdeath"
item_state = "rdeath"
allowed = list(/obj/item/analyzer, /obj/item/stack/medical, /obj/item/dnainjector, /obj/item/reagent_containers/dropper, /obj/item/reagent_containers/syringe, /obj/item/reagent_containers/hypospray, /obj/item/healthanalyzer, /obj/item/melee/classic_baton/telescopic, /obj/item/toy, /obj/item/storage/fancy/cigarettes, /obj/item/lighter, /obj/item/tank/internals/emergency_oxygen, /obj/item/tank/internals/plasmaman, /obj/item/screwdriver, /obj/item/crowbar, /obj/item/wrench, /obj/item/stack/cable_coil, /obj/item/weldingtool, /obj/item/multitool)
armor = list("melee" = 0, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 0, "acid" = 0)
hoodtype = /obj/item/clothing/head/hooded/winterhood/death
/obj/item/clothing/head/hooded/winterhood/death
icon_state = "winterhood_death"
/obj/item/storage/pill_bottle/heat
name = "heat-b-gone pill bottle"
desc = "a bottle of pills from a sketchy pharmaceutical corporation. at the bottom of the label is a small red S."
/obj/item/reagent_containers/pill/heat
name = "heat-b-gone pill"
desc = "claims to be foolproof heat repression medication but it tastes extremely sweet."
icon_state = "pill8"
list_reagents = list(/datum/reagent/consumable/sugar = 10)
roundstart = 1
/obj/item/storage/pill_bottle/heat/PopulateContents()
for(var/i in 1 to 7)
new /obj/item/reagent_containers/pill/heat(src)
/obj/item/storage/pill_bottle/betablock
name = "anaphrodisiacs pill bottle"
desc = "a bottle of anaphrodisiacs."
/obj/item/reagent_containers/pill/betablock
name = "anaphrodisiac pill"
desc = "Prescribed to races that have trouble keeping their urges in check."
icon_state = "pill5"
list_reagents = list(/datum/reagent/drug/anaphrodisiac = 10)
roundstart = 1
/obj/item/storage/pill_bottle/betablock/PopulateContents()
for(var/i in 1 to 7)
new /obj/item/reagent_containers/pill/betablock(src)
/obj/item/clothing/head/crystalline
name = "crystalline shards"
icon = 'hyperstation/icons/obj/rewards.dmi'
desc = "A handful of blue crystals. They look like they came from some sort of cave."
alternate_worn_icon = 'hyperstation/icons/mobs/rewards.dmi'
icon_state = "crystalline"