paper exploit fixes

i think my favourite part of this was
```var/obj/item/i = usr.get_active_hand()
if( ...  && usr.get_active_hand() != i))```
This commit is contained in:
Walter0o
2014-07-31 05:01:31 +02:00
parent 67e58effd2
commit 596ae37794
+2 -1
View File
@@ -294,7 +294,8 @@
iscrayon = 1
if((!in_range(src, usr) && loc != usr && !( istype(loc, /obj/item/weapon/clipboard) ) && loc.loc != usr && usr.get_active_hand() != i)) // Some check to see if he's allowed to write
// if paper is not in usr, then it must be in a clipboard or folder, which must be in or near usr
if(src.loc != usr && !((istype(src.loc, /obj/item/weapon/clipboard) || istype(src.loc, /obj/item/weapon/folder)) && (src.loc.loc == usr || src.loc.Adjacent(usr)) ) )
return
/*
t = checkhtml(t)