mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
Makes the stock ticker recognize that it is CURENT YEAR (#23533)
* CRITICAL * gah im bad
This commit is contained in:
@@ -106,7 +106,7 @@ var/global/list/FrozenAccounts = list()
|
||||
var/ticksp = "[ticksc]"
|
||||
while (length(ticksp) < 5)
|
||||
ticksp = "0[ticksp]"
|
||||
spacetime = "[ticksp][time2text(world.realtime, "MM")][time2text(world.realtime, "DD")]2556"
|
||||
spacetime = "[ticksp][time2text(world.realtime, "MM")][time2text(world.realtime, "DD")][text2num(time2text(world.realtime, "YYYY"))+540]"
|
||||
|
||||
/datum/article/proc/formatArticle()
|
||||
if (spacetime == "")
|
||||
@@ -122,4 +122,4 @@ var/global/list/FrozenAccounts = list()
|
||||
T_list[I] = list(product_tokens[I])
|
||||
for (var/I in T_list)
|
||||
token_string = replacetext(token_string, "%[I]%", pick(T_list[I]))
|
||||
return ucfirst(token_string)
|
||||
return ucfirst(token_string)
|
||||
|
||||
Reference in New Issue
Block a user