Reduces fairy frequency

This commit is contained in:
Linus Probert 2019-03-14 19:15:45 +01:00
parent e50d40fb1c
commit beda4f6c7e
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@ end
function module.add_monsters_to_room(room, roomx, roomy)
local addSpecial = addSpecialInLevel and random(2) == 1
local addFairy = random(2) == 1
local addFairy = random(4) == 1
local count = random(3)
if (CURRENT_LEVEL > 3) then
count = random(4)