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
+1 -1
View File
@@ -486,7 +486,7 @@
/obj/item/weapon/paper/fortune/New()
..()
var/fortunemessage = pick(fortune_cookie_messages)
var/fortunemessage = pick(GLOB.fortune_cookie_messages)
info = "<p style='text-align:center;font-family:[deffont];font-size:120%;font-weight:bold;'>[fortunemessage]</p>"
info += "<span style='text-align:center;'><strong>Lucky numbers</strong>: [rand(1,49)], [rand(1,49)], [rand(1,49)], [rand(1,49)], [rand(1,49)]</span>"