mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 02:24:11 +01:00
tigercat & falseincarnate code suggestions
This commit is contained in:
@@ -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>"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user