PoA_PRC8/_module/nss/x2_door_death.nss

19 lines
461 B
Plaintext
Raw Permalink Normal View History

//::///////////////////////////////////////////////
//:: x2_door_death
//:: Copyright (c) 2003 Bioware Corp.
//:://////////////////////////////////////////////
/*
On death of a door it spawns in an appropriate
item component.
*/
//:://////////////////////////////////////////////
//:: Created By: Brent
//:: Created On: August 2003
//:://////////////////////////////////////////////
#include "x2_inc_compon"
void main()
{
craft_drop_placeable();
}