From ff30dc2ba4e9fa6e934d0b082605dd4ccdb869db Mon Sep 17 00:00:00 2001 From: elexis Date: Sun, 29 Nov 2015 16:53:32 +0000 Subject: [PATCH] Forgot to add the JSON file. Refs #3477. This was SVN commit r17330. --- .../mods/public/simulation/data/cheats/metaCheat.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 binaries/data/mods/public/simulation/data/cheats/metaCheat.json diff --git a/binaries/data/mods/public/simulation/data/cheats/metaCheat.json b/binaries/data/mods/public/simulation/data/cheats/metaCheat.json new file mode 100644 index 0000000000..5d9664763e --- /dev/null +++ b/binaries/data/mods/public/simulation/data/cheats/metaCheat.json @@ -0,0 +1,8 @@ +{ + "Name": "gift from the gods", + "Data": { + "Action": "metaCheat", + "DefaultParameter": 100000, + "IsNumeric": true + } +}