Removes 2 extra parenthesis

What the title says.
This commit is contained in:
TullyBurnalot
2016-07-06 19:50:47 +01:00
parent c335840cfd
commit 34a6960ef1
+1 -1
View File
@@ -132,7 +132,7 @@
update_icon()
/obj/machinery/iv_drip/attack_hand(mob/user as mob)
if((get_dist(src, user) > 1))
if(get_dist(src, user) > 1)
return //stops the AI from removing beakers, still allows borgs
if(src.beaker)
src.beaker.loc = get_turf(src)