Skip to content

Commit

Permalink
update perk ban list
Browse files Browse the repository at this point in the history
  • Loading branch information
bgkillas committed Dec 4, 2024
1 parent 24ade61 commit 0e09558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noita-proxy/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ impl Default for DefaultSettings {
health_lost_on_revive: 0,
no_material_damage: false,
global_hp_loss: false,
perk_ban_list: "GLOBAL_GORE,GLASS_CANNON,REVENGE_RATS,PLAGUE_RATS,VOMIT_RATS,CORDYCEPS,MOLD,FUNGAL_DISEASE,HOMUNCULUS,LUKKI_MINION".to_string(),
perk_ban_list: "GLOBAL_GORE,GLASS_CANNON,REVENGE_RATS,PLAGUE_RATS,VOMIT_RATS,CORDYCEPS,MOLD".to_string(),
perma_death: false,
physics_damage: true,
share_gold: false,
Expand Down

0 comments on commit 0e09558

Please sign in to comment.