Skip to content

Commit

Permalink
max price
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveloopers committed Jun 19, 2024
1 parent 968a77c commit ade12ca
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions code/datums/research_upgrade_datum.dm
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +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 = 500
value_upgrade = 200
clearance_req = 1
change_purchase = -100
change_purchase = 100
minimum_price = 100
maximum_price = 800
item_reference = /obj/item/ammo_magazine/flamer_tank/custom/upgraded
behavior = RESEARCH_UPGRADE_NULL
upgrade_type = ITEM_ACCESSORY_UPGRADE
Expand All @@ -129,8 +130,9 @@
value_upgrade = 100 //not useful enough to be expensive
clearance_req = 1
item_reference = /obj/item/ammo_magazine/flamer_tank/smoke/upgraded
change_purchase = -100
change_purchase = 50
minimum_price = 100
maximum_price = 500

/datum/research_upgrades/armor
name = "Armor"
Expand Down

0 comments on commit ade12ca

Please sign in to comment.