Initial commit
Adding all of the current content for Anphillia Unlimited.
This commit is contained in:
6
_module/nss/fxw_dmg_d4.nss
Normal file
6
_module/nss/fxw_dmg_d4.nss
Normal file
@@ -0,0 +1,6 @@
|
||||
void main()
|
||||
{
|
||||
object oDM = GetLastSpeaker();
|
||||
object oMyTarget = GetLocalObject(oDM, "FXWandTarget");
|
||||
ApplyEffectToObject(DURATION_TYPE_INSTANT, EffectDamage(d4(1)), oMyTarget);
|
||||
}
|
||||
Reference in New Issue
Block a user