From 8675ea5ad1b9bd5ea727c0c8cd6eaf485ca28c05 Mon Sep 17 00:00:00 2001 From: troido Date: Fri, 7 Feb 2020 20:31:15 +0100 Subject: argument can be left out --- src/main.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 66c6fcc..77b6ca2 100644 --- a/src/main.rs +++ b/src/main.rs @@ -110,7 +110,6 @@ fn gen_room<'a, 'b>() -> Room<'a, 'b> { fn default_assemblages() -> Encyclopedia { Encyclopedia::from_json(json!({ "wall": { - "arguments": [], "components": [ ["Blocking", {}], ["Visible", { @@ -120,7 +119,6 @@ fn default_assemblages() -> Encyclopedia { ] }, "grass": { - "arguments": [], "components": [ ["Visible", { "sprite": ["random", [ -- cgit