mirror of
https://github.com/tbamud/tbamud.git
synced 2025-12-31 22:48:48 +01:00
MUD 3.53
[Sep 25 2007] - Rumble Added set/not set to extra descriptions menu in oedit so a builder can tell if they exist or not without having to enter the extra desc menu or stat the object. Replaced [TRIG] flag (showvnum enabled) with [T<vnum>] to make things easier to stat. [Sep 24 2007] - Rumble Added %is_pc% to return -1 for objects. (thanks Jamdog) Fixed do_gen_comm color bleed into last apostrophe in gossip/shout/grat/etc. Fixed bug where object keywords took precedence over door keywords. i.e. open door would try to open an object with keyword door. (thanks Trulight) [Sep 23 2007] - Rumble Fixed minlev checks in do_grab, do_wield, and do_wear. (thanks Trulight) Added trigedit variables(modifiable) Hunger, Thirst, and Drunk. [Sep 15 2007] - Rumble Fixed bug in unlimited drinks showing as empty. (thanks AaronGoulet)
This commit is contained in:
parent
6c84a36236
commit
1f7a7b4182
25 changed files with 259 additions and 194 deletions
|
|
@ -1,10 +1,9 @@
|
|||
* Note: all lines between records which start with '*' are comments and
|
||||
* are ignored. Comments can only be between records, not within them.
|
||||
*
|
||||
* This file is where the damage messages go for offensive spells, and
|
||||
* skills such as kick and backstab. Also, starting with Circle 3.0, these
|
||||
* messages are used for failed spells, and weapon messages for misses and
|
||||
* death blows.
|
||||
* This file is where the damage messages go for offensive spells, skills
|
||||
* (such as kick and backstab), failed spells, and weapon messages for
|
||||
* misses and death blows.
|
||||
*
|
||||
* All records must start with 'M' in the first column (for 'Message').
|
||||
* The next line must contain the damage number (defined in spells.h),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue