Moved Duergar Mines
Moved Duergar Mines. Updated for arcane & divine marker feats. Full compile. Updated release archive.
This commit is contained in:
15
_module/nss/spawnb_cc_dump.nss
Normal file
15
_module/nss/spawnb_cc_dump.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// Spawn Banner
|
||||
// Conversation Check
|
||||
//
|
||||
|
||||
#include "spawn_functions"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
if (NESS_IsModuleSpawnDumping())
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
return TRUE;
|
||||
}
|
Reference in New Issue
Block a user