From 63336c322b9f19ae261e4f82792036fdcfc06704 Mon Sep 17 00:00:00 2001 From: harryob <55142896+harryob@users.noreply.github.com> Date: Tue, 28 May 2024 22:12:03 +0100 Subject: [PATCH] bring vars into line --- content/objects/atom/proc/cross.md | 5 +- templates/macros.html | 74 ++++++++++++++++++++---------- templates/var.html | 30 +----------- templates/var_list.html | 19 +++----- 4 files changed, 64 insertions(+), 64 deletions(-) diff --git a/content/objects/atom/proc/cross.md b/content/objects/atom/proc/cross.md index 9c04876ce..79e707b8b 100644 --- a/content/objects/atom/proc/cross.md +++ b/content/objects/atom/proc/cross.md @@ -2,7 +2,10 @@ title = "Cross" [extra] -return_val = ["1 to allow movement", "0 to prevent movement"] +return_val = """ +1 to allow movement +0 to prevent movement +""" args = [ { name = "thing", type = "/atom/movable", description = "The object attempting to overlap." }, ] diff --git a/templates/macros.html b/templates/macros.html index d2c81cbe6..80d65c5ad 100644 --- a/templates/macros.html +++ b/templates/macros.html @@ -229,20 +229,17 @@