tigercat & falseincarnate code suggestions

This commit is contained in:
Citinited
2018-04-14 16:40:25 +01:00
parent e352741f2b
commit b66c700a63
4 changed files with 7 additions and 8 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
var/global/list/fortune_cookie_messages = list("A woman named [pick(first_names_female)] may have an opportunity for you.",
GLOBAL_LIST_INIT(fortune_cookie_messages, list("A woman named [pick(first_names_female)] may have an opportunity for you.",
"A man named [pick(first_names_male)] may have an opportunity for you.",
"If you feel you are right, stand firmly by your convictions.",
"A stranger is a friend you have not spoken to yet.",
@@ -18,4 +18,4 @@ var/global/list/fortune_cookie_messages = list("A woman named [pick(first_names_
"A chance meeting opens new doors to success and friendship.",
"The greatest danger could be your stupidity.",
"He who laughs at himself never runs out of things to laugh at.",
"Help! I'm being held prisoner in a Nanotrasen bakery!")
"Help! I'm being held prisoner in a Nanotrasen bakery!"))