Unit small_green_fungus

Classes, Interfaces, Objects and Records
Types
Constants
Variables

Description

Stationary hazard, deals poison damage in combat

Uses

Overview

Functions and Procedures

procedure createSmallGreenFungus(uniqueid, npcx, npcy: smallint);
procedure takeTurn(id: smallint);
procedure death;
function isNextToPlayer(spx, spy: smallint): boolean;
procedure combat(idOwner, idTarget: smallint);

Description

Functions and Procedures

procedure createSmallGreenFungus(uniqueid, npcx, npcy: smallint);

Create fungus

procedure takeTurn(id: smallint);

Take a turn

procedure death;

Creature death

function isNextToPlayer(spx, spy: smallint): boolean;

Check if player is next to NPC

procedure combat(idOwner, idTarget: smallint);

Fungus attacks


Generated by PasDoc 0.16.0.