diff options
Diffstat (limited to 'npcs')
-rw-r--r-- | npcs/_include.xml | 1 | ||||
-rw-r--r-- | npcs/npc432.xml | 2 | ||||
-rw-r--r-- | npcs/npc433.xml | 2 | ||||
-rw-r--r-- | npcs/npc434.xml | 2 | ||||
-rw-r--r-- | npcs/npc435.xml | 2 | ||||
-rw-r--r-- | npcs/npc436.xml | 6 |
6 files changed, 11 insertions, 4 deletions
diff --git a/npcs/_include.xml b/npcs/_include.xml index 3d8ee7bf..a720a07a 100644 --- a/npcs/_include.xml +++ b/npcs/_include.xml @@ -237,5 +237,6 @@ <include name="npcs/npc433.xml"/> <include name="npcs/npc434.xml"/> <include name="npcs/npc435.xml"/> + <include name="npcs/npc436.xml"/> <include name="npcs/npc441.xml"/> </npcs> diff --git a/npcs/npc432.xml b/npcs/npc432.xml index ba22c24b..eb90d65e 100644 --- a/npcs/npc432.xml +++ b/npcs/npc432.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <npcs> - <npc id="432"> + <npc id="432" targetSelection="false"> <particlefx>graphics/particles/electricity.red.danger-cell-middle-big.xml</particlefx> </npc> </npcs> diff --git a/npcs/npc433.xml b/npcs/npc433.xml index ec9c9d9f..6da9a581 100644 --- a/npcs/npc433.xml +++ b/npcs/npc433.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <npcs> - <npc id="433"> + <npc id="433" targetSelection="false"> <particlefx>graphics/particles/electricity.red.danger-cell-middle-small.xml</particlefx> </npc> </npcs> diff --git a/npcs/npc434.xml b/npcs/npc434.xml index fa0a5604..5015c8d1 100644 --- a/npcs/npc434.xml +++ b/npcs/npc434.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <npcs> - <npc id="434"> + <npc id="434" targetSelection="false"> <particlefx>graphics/particles/electricity.red.danger-cell-left-right-big.xml</particlefx> </npc> </npcs> diff --git a/npcs/npc435.xml b/npcs/npc435.xml index 2af04da8..4adc9f0c 100644 --- a/npcs/npc435.xml +++ b/npcs/npc435.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <npcs> - <npc id="435"> + <npc id="435" targetSelection="false"> <particlefx>graphics/particles/electricity.red.danger-cell-left-right-small.xml</particlefx> </npc> </npcs> diff --git a/npcs/npc436.xml b/npcs/npc436.xml new file mode 100644 index 00000000..be464cbc --- /dev/null +++ b/npcs/npc436.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<npcs> + <npc id="436" targetSelection="false"> + <particlefx>graphics/particles/mana-battery-smoke-and-sparks.xml</particlefx> + </npc> +</npcs> |