This commit is contained in:
Fermi
2019-06-16 13:33:41 +01:00
parent 2df7e208b5
commit c2b9c0321d
3 changed files with 6 additions and 3 deletions
@@ -38,7 +38,7 @@
if(numberOfPages >= 1)
var/obj/item/FermiChem/pHpaper/P = new /obj/item/FermiChem/pHpaper
P.add_fingerprint(user)
P.forceMove(user.loc)
P.forceMove(user)
user.put_in_active_hand(P)
to_chat(user, "<span class='notice'>You take [P] out of \the [src].</span>")
numberOfPages--