mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 23:17:02 +01:00
Replaces vox O2 downside with vox only blood. (#18523)
* Replaces vox brute downside with vox only blood. * I'm dumb, but at least I am not stupid * Update code/modules/reagents/chemistry/reagents/water.dm Co-authored-by: Adri <jozsef.adrienn@gmail.com> * Add to medbay, cargo, makes blood colour work * more readable * Update code/modules/reagents/chemistry/reagents.dm Co-authored-by: Charlie <69320440+hal9000PR@users.noreply.github.com> * spacing, removes == "Vox" * test time Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com> * makes it work and testing works Co-authored-by: Adri <jozsef.adrienn@gmail.com> Co-authored-by: Charlie <69320440+hal9000PR@users.noreply.github.com> Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>
This commit is contained in:
co-authored by
Adri
Charlie
SteelSlayer
parent
cf641caf12
commit
7276267a94
@@ -890,7 +890,8 @@ GLOBAL_LIST_INIT(all_supply_groups, list(SUPPLY_EMERGENCY,SUPPLY_SECURITY,SUPPLY
|
||||
/obj/item/reagent_containers/iv_bag/blood/BMinus,
|
||||
/obj/item/reagent_containers/iv_bag/blood/OPlus,
|
||||
/obj/item/reagent_containers/iv_bag/blood/OMinus,
|
||||
/obj/item/reagent_containers/iv_bag/slime)
|
||||
/obj/item/reagent_containers/iv_bag/slime,
|
||||
/obj/item/reagent_containers/iv_bag/blood/vox)
|
||||
cost = 35
|
||||
containertype = /obj/structure/closet/crate/freezer
|
||||
containername = "blood pack crate"
|
||||
|
||||
Reference in New Issue
Block a user