Add a new T-shift slogan.

This commit is contained in:
nhkeni
2026-06-21 14:10:51 -04:00
parent 186d9524de
commit 1fa60f7536
+2 -1
View File
@@ -1,4 +1,4 @@
/* NetHack 5.0 read.c $NHDT-Date: 1781973063 2026/06/20 16:31:03 $ $NHDT-Branch: NetHack-5.0 $:$NHDT-Revision: 1.333 $ */
/* NetHack 5.0 read.c $NHDT-Date: 1782083451 2026/06/21 18:10:51 $ $NHDT-Branch: NetHack-5.0 $:$NHDT-Revision: 1.334 $ */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/*-Copyright (c) Robert Patrick Rankin, 2012. */
/* NetHack may be freely redistributed. See license for details. */
@@ -180,6 +180,7 @@ tshirt_text(struct obj *tshirt, char *buf)
from book series _A_Song_of_Ice_and_Fire_ by George R.R. Martin,
TV show "Game of Thrones" (probably an actual T-shirt too...) */
"/Valar morghulis/ -- /Valar dohaeris/",
"Asidonhopo once said: the namesake of my enemy is my enemy",
};
Strcpy(buf, shirt_msgs[tshirt->o_id % SIZE(shirt_msgs)]);