Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Drathek <[email protected]>
  • Loading branch information
iloveloopers and Drulikar authored Jun 19, 2024
1 parent 38ea8cc commit f05c963
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions code/datums/research_upgrade_datum.dm
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@
value_upgrade = 100 //not useful enough to be expensive
clearance_req = 1
item_reference = /obj/item/ammo_magazine/flamer_tank/smoke/upgraded
change_purchase = 0
minimum_price = 0
change_purchase = -100
minimum_price = 100

/datum/research_upgrades/armor
name = "Armor"
Expand Down
6 changes: 3 additions & 3 deletions code/modules/projectiles/magazines/flamer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,8 @@
max_rounds = 200
max_range = 7
fuel_pressure = 1
max_duration = 100 //if you manage to reach these caps I will be impressed
max_intensity = 100
max_duration = 50
max_intensity = 60
custom = TRUE

/obj/item/ammo_magazine/flamer_tank/smoke/upgraded
Expand All @@ -269,4 +269,4 @@
matter = list("metal" = 50) //no free metal
flamer_chem = null
custom = TRUE
max_rounds = 200
max_rounds = 150

0 comments on commit f05c963

Please sign in to comment.