The book has 10 pagess remaining.

This commit is contained in:
SpiWat
2022-01-24 20:39:52 -05:00
committed by GitHub
parent 2fbd384cac
commit 45c7ec0fdb
@@ -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))