From a6aa8420bd08cc8ec8211203c453e4929c634092 Mon Sep 17 00:00:00 2001 From: iloveloopers Date: Tue, 18 Jun 2024 23:12:39 -0400 Subject: [PATCH] little higher --- code/datums/research_upgrade_datum.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/datums/research_upgrade_datum.dm b/code/datums/research_upgrade_datum.dm index 3700f7d6e4f8..8b19bafad1cd 100644 --- a/code/datums/research_upgrade_datum.dm +++ b/code/datums/research_upgrade_datum.dm @@ -115,11 +115,11 @@ /datum/research_upgrades/item/flamer_tank name = "Upgraded Incinerator Tank" desc = "An upgraded incinerator tank, with larger capacity and able to handle stronger fuels." - value_upgrade = 200 + value_upgrade = 300 clearance_req = 1 change_purchase = 100 minimum_price = 100 - maximum_price = 800 + maximum_price = 1000 item_reference = /obj/item/ammo_magazine/flamer_tank/custom/upgraded behavior = RESEARCH_UPGRADE_NULL upgrade_type = ITEM_ACCESSORY_UPGRADE