Show t-shirt text at end of game inventory disclose

Restricting the text display only to the end of game disclose,
so it doesn't clutter the inventory during gameplay and so that
the readability of t-shirts is not given away.
This commit is contained in:
Pasi Kallinen
2015-03-27 16:08:06 +02:00
parent 911a3756c6
commit 2e2d020a59
3 changed files with 40 additions and 27 deletions

View File

@@ -1824,6 +1824,7 @@ E long NDECL(random);
/* ### read.c ### */
E void FDECL(learnscroll, (struct obj *));
E char *FDECL(tshirt_text, (struct obj *, char *));
E int NDECL(doread);
E boolean FDECL(is_chargeable, (struct obj *));
E void FDECL(recharge, (struct obj *,int));