Skip to content

Commit

Permalink
remove enruned to prevent accidental simucoin match
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhoribu authored Jan 31, 2025
1 parent c89f94a commit 72cc7ad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec/gameobj-data/jewelry_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@
%{elegant},
%{emerald-set},
%{engraved},
%{enruned},
%{etched},
%{filigreed},
%{fine},
Expand All @@ -142,7 +141,6 @@

metal_jewelry = jewelry_metal_modifiers.product(jewelry_metals, jewelry_nouns).each do |combo|
jewelry_name = combo.join(" ")
next if jewelry_name == "enruned gold ring"

jewelry = GameObjFactory.item_from_name(jewelry_name)
expect(jewelry.type).to include "jewelry"
Expand Down

0 comments on commit 72cc7ad

Please sign in to comment.