From 1642f549ad6194601c3f394eed96fd2971838ce6 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Sat, 24 Feb 2018 00:42:52 -0500 Subject: [PATCH 1/2] Removes definition redundancy --- code/modules/atmospherics/machinery/other/meter.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/atmospherics/machinery/other/meter.dm b/code/modules/atmospherics/machinery/other/meter.dm index f0ce98d4a5..3eb38fd299 100644 --- a/code/modules/atmospherics/machinery/other/meter.dm +++ b/code/modules/atmospherics/machinery/other/meter.dm @@ -12,7 +12,7 @@ max_integrity = 150 armor = list("melee" = 0, "bullet" = 0, "laser" = 0, "energy" = 100, "bomb" = 0, "bio" = 100, "rad" = 100, "fire" = 40, "acid" = 0) var/frequency = 0 - var/atom/target = null + var/atom/target var/id_tag var/target_layer = PIPING_LAYER_DEFAULT