summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:56 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:56 +0100
commite2b98e51d988da3ddeae8f529f37d8bd4be1b0dc (patch)
tree4ce521ef056ac2c2204b812df34645b472977723 /src/types.h
parent68fae568a6ffac4643d82980816e665d9d53c04b (diff)
Remove last remnants of the Merchant class
- Merchant's guild removed, it was unusable anyway - Removed "loan" code - Removed PWR_MERCHANT code
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/types.h b/src/types.h
index cbd9196b..7d7dfce6 100644
--- a/src/types.h
+++ b/src/types.h
@@ -1514,8 +1514,6 @@ struct player_type
s16b disrupt_shield;/* Timed disruption shield */
s16b parasite; /* Timed parasite */
s16b parasite_r_idx;/* Timed parasite monster */
- s32b loan; /* Amount of loan */
- s32b loan_time; /* Timer -- time to payback loan */
s16b absorb_soul; /* Timed soul absordtion */
s16b tim_magic_breath; /* Magical breathing -- can breath anywhere */
s16b tim_water_breath; /* Water breathing -- can breath underwater */