Don't add extra cursed to villagergame
This commit is contained in:
parent
71ff8c34e8
commit
d9b5c0fd55
@ -173,7 +173,7 @@ class VillagergameMode(GameMode):
|
||||
"shaman" : ( 0 , 0 , 1 , 1 , 1 ),
|
||||
"harlot" : ( 0 , 0 , 0 , 1 , 1 ),
|
||||
"crazed shaman" : ( 0 , 0 , 0 , 0 , 1 ),
|
||||
"cursed villager" : ( 1 , 2 , 2 , 2 , 2 ),
|
||||
"cursed villager" : ( 0 , 1 , 1 , 1 , 1 ),
|
||||
})
|
||||
|
||||
def startup(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user