mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Removes 2 extra parenthesis
What the title says.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user