mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-20 02:21:44 +01:00
- Removed the extra space when you have no title (thanks Rhade).
- Added "Top of File" to the do_file command (thanks Rhade). - Removed socials from wizhelp. - Changed zlist with no arg to list zones. - Wiznet can now be seen while in OLC, again (thanks Fizban). - Updated socials, help, changelog, world, and news. --Rumble
This commit is contained in:
@@ -2744,7 +2744,7 @@ void act(const char *str, int hide_invisible, struct char_data *ch,
|
||||
|
||||
/* this is a hack as well - DG_NO_TRIG is 256 -- Welcor */
|
||||
/* If the bit is set, unset dg_act_check, thus the ! below */
|
||||
if ((dg_act_check = !IS_SET(type, DG_NO_TRIG)))
|
||||
if (!(dg_act_check = !IS_SET(type, DG_NO_TRIG)))
|
||||
REMOVE_BIT(type, DG_NO_TRIG);
|
||||
|
||||
/* And this too.. */
|
||||
|
||||
Reference in New Issue
Block a user