mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 19:44:46 +01:00
Clara's Vacuum Flask
Accepted Fluff Request: https://forum.vore-station.net/viewtopic.php?f=26&t=1831 Load out cost is one, the same as a standard vacuum flask, no freebies here! Big thanks to everyone who put up with my confused screaming, especially Heroman :)
This commit is contained in:
@@ -732,6 +732,13 @@
|
||||
character_name = list("Tiemli Kroto")
|
||||
allowed_roles = list("Roboticist")
|
||||
|
||||
/datum/gear/fluff/clara_flask
|
||||
path = /obj/item/weapon/reagent_containers/food/drinks/glass2/fluff/claraflask
|
||||
display_name = "Clara's Vacuum Flask"
|
||||
ckeywhitelist = list("rboys2")
|
||||
character_name = list("Clara Mali")
|
||||
cost = 1
|
||||
|
||||
// S CKEYS
|
||||
/datum/gear/fluff/brynhild_medal
|
||||
path = /obj/item/clothing/accessory/medal/silver/valor
|
||||
|
||||
@@ -1287,4 +1287,25 @@
|
||||
overlay_icon = 'icons/obj/modular_laptop.dmi'
|
||||
icon_state_unpowered = "shadowlaptop-open"
|
||||
icon_state = "shadowlaptop-open"
|
||||
icon_state_closed = "shadowlaptop-closed"
|
||||
icon_state_closed = "shadowlaptop-closed"
|
||||
|
||||
//Rboys2 - Clara Mali
|
||||
/obj/item/weapon/reagent_containers/food/drinks/glass2/fluff/claraflask
|
||||
name = "Clara's Vacuum Flask"
|
||||
desc = "A rose gold vacuum flask."
|
||||
base_name = "Clara's Vacuum Flask"
|
||||
base_icon = "claraflask"
|
||||
icon = 'icons/vore/custom_items_vr.dmi'
|
||||
center_of_mass = list("x" = 15,"y" = 4)
|
||||
filling_states = list(15, 30, 50, 60, 80, 100)
|
||||
volume = 60
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/drinks/glass2/fluff/claraflask/Initialize()
|
||||
. = ..()
|
||||
reagents.add_reagent("tea", 40)
|
||||
reagents.add_reagent("milk", 20)
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/drinks/glass2/fluff/claraflask/update_icon()
|
||||
..()
|
||||
name = initial(name)
|
||||
desc = initial(desc)
|
||||
Reference in New Issue
Block a user