mirror of
https://github.com/tbamud/tbamud.git
synced 2026-01-20 07:56:09 +01:00
A few Bug-Fixes and Ideas
This commit is contained in:
parent
222be04ec5
commit
d4454288b1
9 changed files with 249 additions and 150 deletions
|
|
@ -413,6 +413,13 @@ void mag_affects(int level, struct char_data *ch, struct char_data *victim,
|
|||
to_vict = "Your eyes tingle.";
|
||||
break;
|
||||
|
||||
case SPELL_FLY:
|
||||
af[0].duration = 24;
|
||||
SET_BIT_AR(af[0].bitvector, AFF_FLYING);
|
||||
accum_duration = TRUE;
|
||||
to_vict = "You float above the ground.";
|
||||
break;
|
||||
|
||||
case SPELL_INFRAVISION:
|
||||
af[0].duration = 12 + level;
|
||||
SET_BIT_AR(af[0].bitvector, AFF_INFRAVISION);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue