Skip to content

Commit

Permalink
Organ price tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorDinamit committed Feb 16, 2024
1 parent bc68f1e commit 3d90fad
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions code/modules/item_worth/worths_list.dm
Original file line number Diff line number Diff line change
Expand Up @@ -531,21 +531,20 @@ var/list/worths = list(
/obj/item/device/eftpos = 30,
/obj/item/device = 90,
//ORGANS,
/obj/item/organ/internal/brain/adherent = -10000,
/obj/item/organ/internal/powered = -2000,
/obj/item/organ/internal/larva_producer = -14000,
/obj/item/organ/internal/heart/abomination = -9000,
/obj/item/organ/internal/larva_producer = -8000,
/obj/item/organ/internal/heart/abomination = -6000,
/obj/item/organ/internal/posibrain = -2000,
/obj/item/organ/internal/voicebox = -1200,
/obj/item/organ/internal/eyes/insectoid = -1800,
/obj/item/organ/internal/phoron = -2200,
/obj/item/organ/internal/acetone = -1900,
/obj/item/organ/internal/lungs/insectoid = -1200,
/obj/item/organ/internal/brain/starlight = -19000,
/obj/item/organ/internal/stomach/vox = -4900,
/obj/item/organ/internal/voxstack = -28000,
/obj/item/organ/internal/brain/starlight = -10000,
/obj/item/organ/internal/stomach/vox = -2900,
/obj/item/organ/internal/voxstack = -18000,
/obj/item/organ/internal/heart = -2400,
/obj/item/organ/internal/brain = -14000,
/obj/item/organ/internal/brain = -8000,
/obj/item/organ/internal = -900,
/obj/item/organ = -100,
//ITEMS,
Expand Down

0 comments on commit 3d90fad

Please sign in to comment.