mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Glucose Container
This commit is contained in:
@@ -137,3 +137,12 @@
|
|||||||
icon = 'icons/obj/chemical.dmi'
|
icon = 'icons/obj/chemical.dmi'
|
||||||
icon_state = "bottle-3"
|
icon_state = "bottle-3"
|
||||||
prefill = list("unsorbitol" = 60)
|
prefill = list("unsorbitol" = 60)
|
||||||
|
|
||||||
|
/obj/item/weapon/reagent_containers/food/drinks/drinkingglass/fitnessflask/glucose
|
||||||
|
name = "glucose container"
|
||||||
|
desc = "A container of glucose. Used to treat bloodloss through a hardsuit in unconscious patients."
|
||||||
|
|
||||||
|
/obj/item/weapon/reagent_containers/food/drinks/drinkingglass/fitnessflask/glucose/Initialize()
|
||||||
|
. = ..()
|
||||||
|
reagents.add_reagent("glucose", 100)
|
||||||
|
on_reagent_change()
|
||||||
|
|||||||
@@ -418,6 +418,7 @@
|
|||||||
/obj/item/weapon/storage/pill_bottle/nutriment,
|
/obj/item/weapon/storage/pill_bottle/nutriment,
|
||||||
/obj/item/weapon/storage/pill_bottle/iron,
|
/obj/item/weapon/storage/pill_bottle/iron,
|
||||||
/obj/item/weapon/storage/pill_bottle/iron,
|
/obj/item/weapon/storage/pill_bottle/iron,
|
||||||
|
/obj/item/weapon/reagent_containers/food/drinks/drinkingglass/fitnessflask/glucose,
|
||||||
/turf/unsimulated/floor{
|
/turf/unsimulated/floor{
|
||||||
icon_state = "vault";
|
icon_state = "vault";
|
||||||
dir = 5
|
dir = 5
|
||||||
|
|||||||
Reference in New Issue
Block a user