From 22400c5aed5ed59dba070590b08e8b3afdbf9451 Mon Sep 17 00:00:00 2001 From: Unknown Date: Mon, 7 Jan 2019 16:25:43 -0500 Subject: [PATCH] Accidentally reduced cost of thermals --- code/modules/nifsoft/software/01_vision.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/nifsoft/software/01_vision.dm b/code/modules/nifsoft/software/01_vision.dm index b8c3e94eed5..a45cb5946f6 100644 --- a/code/modules/nifsoft/software/01_vision.dm +++ b/code/modules/nifsoft/software/01_vision.dm @@ -136,7 +136,7 @@ name = "Thermal Scanner" desc = "Similar to the worn Thermal Goggles, these allow you to see heat-emitting creatures through walls." list_pos = NIF_THERMALS - cost = 500 + cost = 1000 a_drain = 0.1 illegal = TRUE access = 999