mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
Updates SDQL2 to the latest TG version and adds variable protection. (#17997)
* SDQL2 update * fix that verb * cl * fix that * toworld * this is pointless * update info * siiiiick.. * vv edit update * fix that * fix editing vars * fix VV * discord protection --------- Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
@@ -168,7 +168,7 @@
|
||||
var/adhomian_time = real_time
|
||||
if(ISEVEN(current_day))
|
||||
adhomian_time = real_time + 24
|
||||
adhomian_day = Floor(current_day / 2)
|
||||
adhomian_day = FLOOR(current_day / 2)
|
||||
to_chat(usr, "You check your [src.name], glancing over at the watch face, reading the time to be '[adhomian_time]'. Today's date is the '[adhomian_day]th day of [adhomian_month], [adhomian_year]'.")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user