V0.2.0a: Made Artifacts sellable, buffed ring sale price (as they are stronger now)
This commit is contained in:
@@ -263,7 +263,7 @@ public class Ring extends KindofMisc {
|
||||
|
||||
@Override
|
||||
public int price() {
|
||||
int price = 80;
|
||||
int price = 120;
|
||||
if (cursed && cursedKnown) {
|
||||
price /= 2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user