mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
[MIRROR] Fixes Pandemic not giving vaccine bottles (#11271)
Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
e7152c6acc
commit
cb306bc3a7
@@ -279,7 +279,7 @@
|
||||
use_power(active_power_usage)
|
||||
var/id = index
|
||||
var/datum/disease/disease = GLOB.archive_diseases[id]
|
||||
var/obj/item/reagent_containers/glass/beaker/vial/bottle = new(drop_location())
|
||||
var/obj/item/reagent_containers/glass/beaker/vial/vaccine/bottle = new(drop_location())
|
||||
bottle.name = "[disease.name] vaccine"
|
||||
bottle.reagents.add_reagent(REAGENT_ID_VACCINE, 15, list(get_by_index("resistances", id)))
|
||||
beaker.reagents.remove_reagent(REAGENT_ID_BLOOD, 5)
|
||||
|
||||
Reference in New Issue
Block a user