Skip to content

Commit 0e09558

Browse files
committed
update perk ban list
1 parent 24ade61 commit 0e09558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noita-proxy/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ impl Default for DefaultSettings {
320320
health_lost_on_revive: 0,
321321
no_material_damage: false,
322322
global_hp_loss: false,
323-
perk_ban_list: "GLOBAL_GORE,GLASS_CANNON,REVENGE_RATS,PLAGUE_RATS,VOMIT_RATS,CORDYCEPS,MOLD,FUNGAL_DISEASE,HOMUNCULUS,LUKKI_MINION".to_string(),
323+
perk_ban_list: "GLOBAL_GORE,GLASS_CANNON,REVENGE_RATS,PLAGUE_RATS,VOMIT_RATS,CORDYCEPS,MOLD".to_string(),
324324
perma_death: false,
325325
physics_damage: true,
326326
share_gold: false,

0 commit comments

Comments
 (0)