From 51f97d97a70963ab06003e0badb228eba66cd2a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lilian=20J=C3=B3nsd=C3=B3ttir?= Date: Sat, 8 Aug 2020 19:36:00 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7d5563..6b91ac0 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ local chance = doorRandomizer.getRandomizeChance() -- get global randomize chanc doorRandomizer.setRandomizeChance(chance + 25) -- set global randomize chance -- https://mwse.readthedocs.io/en/latest/lua/type/tes3door.html -local door -- a tes3door references +local door -- a tes3door reference doorRandomizer.randomizeDoor(door, 100) -- overrides randomize chance for this one door doorRandomizer.unRandomizeDoor(door) -- removes overrides