From bf5a4676973c65dd8f23ca57ee9adca7fec9ff4d Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Sun, 31 Jul 2016 16:13:19 -0400 Subject: [PATCH] better check --- code/modules/paperwork/paper.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/paperwork/paper.dm b/code/modules/paperwork/paper.dm index b6a723a7e69..492ea726739 100644 --- a/code/modules/paperwork/paper.dm +++ b/code/modules/paperwork/paper.dm @@ -434,7 +434,7 @@ user.IgniteMob() return - if(!(in_range(user, src))) //to prevent issues as a result of telepathically lighting a paper + if(!Adjacent(user)) //to prevent issues as a result of telepathically lighting a paper return user.unEquip(src)