mirror of
https://github.com/ldmud/ldmud
synced 2026-08-12 14:26:05 -04:00
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)
7 lines
301 B
Text
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.
|