diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-10-19 19:56:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-10-19 19:56:32 +0300 |
commit | 9c4e88cfd0687a2e01522c58f932d3f40d468d6b (patch) | |
tree | 3a59ddefb0a0b5851d95f500b998a3b4f43526af /src/emap/horse.h | |
parent | 73defa73651a5e6f7683dc90ab465d19496b8cca (diff) | |
download | plugin-9c4e88cfd0687a2e01522c58f932d3f40d468d6b.tar.gz plugin-9c4e88cfd0687a2e01522c58f932d3f40d468d6b.tar.bz2 plugin-9c4e88cfd0687a2e01522c58f932d3f40d468d6b.tar.xz plugin-9c4e88cfd0687a2e01522c58f932d3f40d468d6b.zip |
Add fixed bonuses for new mounts.
Diffstat (limited to 'src/emap/horse.h')
-rw-r--r-- | src/emap/horse.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/emap/horse.h b/src/emap/horse.h new file mode 100644 index 0000000..cdd5251 --- /dev/null +++ b/src/emap/horse.h @@ -0,0 +1,10 @@ +// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL. +// Copyright (c) 2014 - 2015 Evol developers + +#ifndef EVOL_MAP_HORSE +#define EVOL_MAP_HORSE + +void horse_add_bonus(TBL_PC *sd); +unsigned short horse_add_speed_bonus(TBL_PC *sd, unsigned short val); + +#endif // EVOL_MAP_HORSE |