Atrinik Server 2.5
Functions
types/armour_improver.c File Reference
#include <global.h>

Go to the source code of this file.

Functions

static void improve_armour (object *op, object *improver, object *armour)
void apply_armour_improver (object *op, object *tmp)

Detailed Description

Handles code used for armour improvers.

Todo:
Test how the code works and perhaps make use of it for Atrinik.

Definition in file armour_improver.c.


Function Documentation

void apply_armour_improver ( object op,
object tmp 
)

Apply an armour improvement scroll

Parameters:
opPlayer improving the armor.
tmpImprovement scroll.

Definition at line 40 of file armour_improver.c.

static void improve_armour ( object op,
object improver,
object armour 
) [static]

Actually improve an armour.

Parameters:
opPlayer object improving the armour.
improverArmour improvement scroll.
armourThe armour to be improved.

Definition at line 72 of file armour_improver.c.