mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 21:10:30 +01:00
parallax_togs and AO fix (#3693)
changes: parallax_togs now actually gets read from the database instead of just written. Whoops. AO on turfs adjacent to AO-deny turfs should no longer consider those turfs as AO neighbors.
This commit is contained in:
@@ -31,7 +31,9 @@
|
||||
"toggles",
|
||||
"asfx_togs",
|
||||
"lastmotd" = "motd_hash",
|
||||
"lastmemo" = "memo_hash"
|
||||
"lastmemo" = "memo_hash",
|
||||
"parallax_toggles" = "parallax_togs",
|
||||
"parallax_speed"
|
||||
),
|
||||
"args" = list("ckey")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user