Merge pull request #10364 from Citadel-Station-13/kevinz000-patch-3-1
telescopic iv drips are no longer bluespace magic
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
/obj/item/tele_iv/afterattack(atom/target, mob/user, proximity)
|
||||
. = ..()
|
||||
if(proximity|| isopenturf(target))
|
||||
if(proximity && isopenturf(target) && user.CanReach(target))
|
||||
deploy_iv(user, target)
|
||||
|
||||
/obj/item/tele_iv/proc/deploy_iv(mob/user, atom/location)
|
||||
|
||||
Reference in New Issue
Block a user