Allow knife and stiletto as possible tin opening tools

Via Dynahack, original idea from K-mod by Karadoc.
This commit is contained in:
Pasi Kallinen
2016-01-06 18:41:13 +02:00
parent 0a25502593
commit caf872be05
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -100,6 +100,7 @@ dissolve iron bars by force-fighting with wielded potion of acid
poison breath leaves a trail of poison gas poison breath leaves a trail of poison gas
make vault guard accept names starting with number make vault guard accept names starting with number
fix weight of containers in special levels fix weight of containers in special levels
allow knife and stiletto as possible tin opening tools
Platform- and/or Interface-Specific Fixes Platform- and/or Interface-Specific Fixes
+2
View File
@@ -1431,6 +1431,8 @@ struct obj *otmp;
case ELVEN_DAGGER: case ELVEN_DAGGER:
case ORCISH_DAGGER: case ORCISH_DAGGER:
case ATHAME: case ATHAME:
case KNIFE:
case STILETTO:
case CRYSKNIFE: case CRYSKNIFE:
tmp = 3; tmp = 3;
break; break;