mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Ti'Rakqi freighter fixes, tweaks, and additions (#14790)
This commit is contained in:
@@ -189,6 +189,17 @@
|
||||
update_icon()
|
||||
return
|
||||
|
||||
/obj/item/reagent_containers/inhaler/xuxigas
|
||||
name_label = "xu'xi gas"
|
||||
desc = "A rapid and safe way to administer small amounts of drugs into the lungs by untrained or trained personnel. This one contains xu'xi gas."
|
||||
flags = 0
|
||||
|
||||
/obj/item/reagent_containers/inhaler/xuxigas/Initialize()
|
||||
. =..()
|
||||
reagents.add_reagent(/decl/reagent/xuxigas, volume)
|
||||
update_icon()
|
||||
return
|
||||
|
||||
/obj/item/reagent_containers/inhaler/phoron
|
||||
name_label = "phoron"
|
||||
desc = "A rapid and safe way to administer small amounts of drugs into the lungs by untrained or trained personnel. This one contains phoron."
|
||||
|
||||
Reference in New Issue
Block a user