[Package Index | Mudlib Index | Effect Index]
File /std/effects/other/boiling_oil.c
This effect has a classification of "misc.boiling_oil".
Nasty effect which burns (and dries) you lots, then gradually
burns you less and less. It can be got rid of by getting your
wetness over 80.
The argument is the time in seconds you want the effect to
last for.
See also:
help::effects
.c
Includes
This class includes the following files /include/effect.hMethod index
- burn_them(object, int, int)
Burns the player unless they have wetness over 80.
Public Functions
These are functions that everyone can access.
.
void burn_them(object player,
int time,
int id)
Burns the player unless they have wetness over 80.
- Parameters:
player - The player to burn.
time - The time left.
id - The effect ID.