Add a new T-shift slogan.
This commit is contained in:
+2
-1
@@ -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) Stichting Mathematisch Centrum, Amsterdam, 1985. */
|
||||||
/*-Copyright (c) Robert Patrick Rankin, 2012. */
|
/*-Copyright (c) Robert Patrick Rankin, 2012. */
|
||||||
/* NetHack may be freely redistributed. See license for details. */
|
/* 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,
|
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...) */
|
TV show "Game of Thrones" (probably an actual T-shirt too...) */
|
||||||
"/Valar morghulis/ -- /Valar dohaeris/",
|
"/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)]);
|
Strcpy(buf, shirt_msgs[tshirt->o_id % SIZE(shirt_msgs)]);
|
||||||
|
|||||||
Reference in New Issue
Block a user