Alangara_PRC8/_removed/NW_T1_SPIKEDEADC.nss

21 lines
495 B
Plaintext
Raw Permalink Normal View History

2024-06-05 21:21:06 -04:00
//::///////////////////////////////////////////////
//:: Deadly Spike Trap
//:: NW_T1_SpikeStrC
//:: Copyright (c) 2001 Bioware Corp.
//:://////////////////////////////////////////////
/*
Strikes the entering object with a spike for
25d6 damage.
*/
//:://////////////////////////////////////////////
//:: Created By: Preston Watamaniuk
//:: Created On: July 4th, 2001
//:://////////////////////////////////////////////
#include "x0_i0_spells"
void main()
{
DoTrapSpike(d12(80));
}