From d1a80ca2d73e7e1cd1636406e0a0b0eba1cc63c3 Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Wed, 3 Jun 2020 20:29:17 -0400 Subject: [PATCH] Ghommie requested change --- code/modules/cargo/exports/large_objects.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/cargo/exports/large_objects.dm b/code/modules/cargo/exports/large_objects.dm index d71e5b2a48..b6df2354a8 100644 --- a/code/modules/cargo/exports/large_objects.dm +++ b/code/modules/cargo/exports/large_objects.dm @@ -177,7 +177,7 @@ worth += gases[/datum/gas/miasma]*1 worth += gases[/datum/gas/tritium]*4 worth += gases[/datum/gas/pluoxium]*3 - worth += gases[/datum/gas/nitryl]*25 + worth += gases[/datum/gas/nitryl]*30 return worth