Merge pull request #9399 from Arturlang/patch-1

[s] Adds a distance check to the supermatter tongs consume action, ported from TG
This commit is contained in:
kevinz000
2019-10-11 12:10:53 -07:00
committed by GitHub
+1 -1
View File
@@ -232,7 +232,7 @@
. = ..()
if(!sliver)
return
if(ismovableatom(O) && O != sliver)
if(proximity && ismovableatom(O) && O != sliver)
Consume(O, user)
/obj/item/hemostat/supermatter/throw_impact(atom/hit_atom) // no instakill supermatter javelins