Merge pull request #15479 from SpiWat/patch-1

The book has 10 pagess remaining.
This commit is contained in:
Lin
2022-01-27 23:51:07 +00:00
committed by GitHub
@@ -10,7 +10,7 @@
variable_charges = FALSE
/obj/item/gun/magic/wand/book/zap_self(mob/living/user)
to_chat(user, "The book has [charges] pages\s remaining.</span>")
to_chat(user, "The book has [charges] page\s remaining.</span>")
/obj/item/gun/magic/wand/book/attackby(obj/item/S, mob/living/user, params)
if(!istype(S, /obj/item/paper))