ldmud/mudlib/deprecated/README
Alexander Motzkau 6f500ab02b Removed the efun set_is_wizard and all builtin special actions
Removed the special driver actions 'status', 'malloc', dumpallobj'
and 'opcdump'. They can be implemented as normal actions.
Also removed the efun set_is_wizard() which activates these actions.
(Issue #596)
2016-01-25 23:41:23 +01:00

7 lines
301 B
Text

This directory contains sefuns meant as replacements for deprecated and
removed efuns.
Each sefun is in a single file and all are included in simul_efun.c
Please use them if you need them.
The replacement for set_is_wizard is not meant to be used as a sefun,
but to be included in the player object.