Renamed NWNxEE includes for PRC compatibility

Renamed NWNxEE includes for PRC compatibility.
This commit is contained in:
Jaysyn904
2023-11-14 14:51:00 -05:00
parent c2f2f82146
commit 563ab3e88f
12 changed files with 6 additions and 5 deletions

View File

@@ -6,7 +6,6 @@
//Notes:
// v1.0: Release version
// tdh - altered this for disease instead of fire
#include "prc_inc_spells"
void ExplodeAtLocation(location lTarget, int nDamage, int nSaveDC = 30, float fRadius = 3.) {
ApplyEffectAtLocation( DURATION_TYPE_INSTANT, EffectVisualEffect(VFX_FNF_GAS_EXPLOSION_EVIL), lTarget);