Skip to content

Commit

Permalink
Update worths_list.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Lexanx committed Jan 5, 2025
1 parent 63d261b commit a493029
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/item_worth/worths_list.dm
Original file line number Diff line number Diff line change
Expand Up @@ -708,8 +708,8 @@ var/global/list/worths = list(
/obj/machinery/telecomms/broadcaster = -10000,
/obj/machinery/telecomms = -7000,
/obj/machinery/acting/changer = -3000,
/obj/machinery/computer/dnaforensics = -1200, //[SIERRA-EDIT] /obj/machinery/microscope
/obj/machinery/computer/microscope = -550,//[SIERRA-EDIT] /obj/machinery/microscope
/obj/machinery/computer/dnaforensics = -1200, //[SIERRA-EDIT] /obj/machinery/microscope,
/obj/machinery/computer/microscope = -550,//[SIERRA-EDIT] /obj/machinery/microscope,
/obj/machinery/computer/account_database = -3000,
/obj/machinery/atm = -4500,
/obj/machinery/readybutton = -0,
Expand Down

0 comments on commit a493029

Please sign in to comment.