mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-18 18:46:24 +01:00
Glucose Container
This commit is contained in:
@@ -137,3 +137,12 @@
|
||||
icon = 'icons/obj/chemical.dmi'
|
||||
icon_state = "bottle-3"
|
||||
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()
|
||||
|
||||
Reference in New Issue
Block a user