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:40:41 +02:00
parent 0a25502593
commit caf872be05
2 changed files with 3 additions and 0 deletions

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
make vault guard accept names starting with number
fix weight of containers in special levels
allow knife and stiletto as possible tin opening tools
Platform- and/or Interface-Specific Fixes

View File

@@ -1431,6 +1431,8 @@ struct obj *otmp;
case ELVEN_DAGGER:
case ORCISH_DAGGER:
case ATHAME:
case KNIFE:
case STILETTO:
case CRYSKNIFE:
tmp = 3;
break;