We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d9e4b3 commit 61759d9Copy full SHA for 61759d9
1 file changed
code/modules/reagents/reagent_containers/cups/bottle.dm
@@ -348,6 +348,16 @@
348
desc = "A small bottle containing Bio Virus Antidote Kit."
349
list_reagents = list(/datum/reagent/vaccine/fungal_tb = 30)
350
351
+/obj/item/reagent_containers/cup/bottle/annorwa
352
+ name = "Annoying virus sample culture bottle"
353
+ desc = "A small bottle. Contains a sample of Annorwa."
354
+ spawned_disease = /datum/disease/annorwa
355
+
356
+/obj/item/reagent_containers/cup/bottle/cordafungi
357
+ name = "Fungal Rabies culture bottle"
358
+ desc = "A small bottle. Contains a sample of Cordius Fungi."
359
+ spawned_disease = /datum/disease/cordafungi
360
361
//Oldstation.dmm chemical storage bottles
362
363
/obj/item/reagent_containers/cup/bottle/hydrogen
0 commit comments