2 small fixes.

This commit is contained in:
Fermi
2019-08-07 11:33:53 +01:00
parent 80fe0274aa
commit 7391581a26
2 changed files with 5 additions and 0 deletions
@@ -11,6 +11,8 @@
//A little janky with pockets
/obj/item/fermichem/pHbooklet/attack_hand(mob/user)
if(user.get_held_index_of_item(src))//Does this check pockets too..?
if(numberOfPages == 50)
icon_state = "pHbookletOpen"
if(numberOfPages >= 1)
var/obj/item/fermichem/pHpaper/P = new /obj/item/fermichem/pHpaper
P.add_fingerprint(user)