mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Adds Mutone, Plexium, Venenum (#5588)
Adds three new chemicals. View the feedback thread for more information. https://forums.aurorastation.org/viewtopic.php?f=21&t=12218
This commit is contained in:
@@ -55,3 +55,15 @@
|
||||
|
||||
desc = "Contains [english_list(names)]."
|
||||
update_icon()
|
||||
|
||||
|
||||
/obj/item/weapon/reagent_containers/glass/beaker/vial/venenum
|
||||
flags = 0
|
||||
|
||||
/obj/item/weapon/reagent_containers/glass/beaker/vial/venenum/Initialize()
|
||||
. = ..()
|
||||
if(is_open_container())
|
||||
flags ^= OPENCONTAINER
|
||||
reagents.add_reagent("venenum",volume)
|
||||
desc = "Contains venenum."
|
||||
update_icon()
|
||||
Reference in New Issue
Block a user