Update README.md

This commit is contained in:
Lilian Jónsdóttir 2020-08-08 19:36:00 -07:00 committed by GitHub
parent 829215cbae
commit 51f97d97a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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