more reagents

This commit is contained in:
Archie
2020-12-27 01:42:51 -03:00
parent bcc26045aa
commit 7c549e6b1e
2 changed files with 3 additions and 2 deletions

View File

@@ -136,7 +136,7 @@
desc = "A device which causes kinetic accelerators to permanently gain damage against creature types killed with it."
id = "bountymod"
materials = list(MAT_METAL = 4000, MAT_SILVER = 4000, MAT_GOLD = 4000, MAT_BLUESPACE = 4000)
reagents_list = list("blood" = 40)
reagents_list = list(/datum/reagent/blood)
build_path = /obj/item/borg/upgrade/modkit/bounty
//Spooky special loot
@@ -1353,4 +1353,4 @@
if(2)
new /obj/item/wisp_lantern(src)
if(3)
new /obj/item/prisoncube(src)
new /obj/item/prisoncube(src)

View File

@@ -571,6 +571,7 @@
/datum/reagent/consumable/ethanol/ale,
/datum/reagent/consumable/ethanol/absinthe,
/datum/reagent/consumable/ethanol/hcider,
/datum/reagent/consumable/ethanol/creme_de_coconut,
/datum/reagent/consumable/ethanol/creme_de_menthe,
/datum/reagent/consumable/ethanol/creme_de_cacao,
/datum/reagent/consumable/ethanol/triple_sec,