Clear out experimental .35 files
Clear out experimental .35 files
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
// Determines whether the AC being edited already has Poison Touch
|
||||
|
||||
#include "psi_inc_ac_const"
|
||||
#include "psi_inc_ac_convo"
|
||||
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
int nFlags = GetLocalInt(oPC, ASTRAL_CONSTRUCT_OPTION_FLAGS + EDIT);
|
||||
return (nFlags & ASTRAL_CONSTRUCT_OPTION_POISON_TOUCH) == 0;
|
||||
}
|
Reference in New Issue
Block a user