Fix duplicate results from analyzing some objects (#7660)

This commit is contained in:
Meghan-Rossi
2020-09-20 07:18:35 -04:00
committed by VirgoBot
parent e700936b20
commit cbfd4789d7
6 changed files with 8 additions and 18 deletions
-4
View File
@@ -70,10 +70,6 @@
if(istype(W, /obj/item/device/pipe_painter))
return
if(istype(W, /obj/item/device/analyzer) && in_range(user, src))
var/obj/item/device/analyzer/A = W
A.analyze_gases(src, user)
/obj/machinery/atmospherics/pipe/tank/air
name = "Pressure Tank (Air)"
icon_state = "air_map"