From 321ae10f4632043e2314d3a762ef8cba6d326605 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 19 Nov 2018 20:33:17 -0200 Subject: Some angry bats in 001-10 to pest you (but very few) --- npc/001-10/scripts.txt | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'npc') diff --git a/npc/001-10/scripts.txt b/npc/001-10/scripts.txt index ec3d554f7..f4d575919 100644 --- a/npc/001-10/scripts.txt +++ b/npc/001-10/scripts.txt @@ -38,12 +38,21 @@ OnTouch: 001-10,0,0,0 script #CODMASTER NPC_NO_SPRITE,{ end; +// Death handlers +OnBatDeath: + areamonster("001-10", 0, 0, 200, 150, ("Angry Bat"), AngryBat, 1, "#CODMASTER::OnBatDeath"); + end; + OnDeath: - areamonster("001-10", 0, 0, 200, 200, l("TODO"), any(DustRifle, DustGatling, DustRevolver), 1, "#CODMASTER::OnDeath"); + areamonster("001-10", 0, 0, 200, 150, ("Sniper"), any(DustRifle, DustGatling, DustRevolver), 1, "#CODMASTER::OnDeath"); end; +///////////////////////////////////////////////////////////////////////////////// +/// on init block //// on init block ////// +///////////////////////////////////////////////////////////////////////////////// OnInit: - areamonster("001-10", 0, 0, 200, 200, l("TODO"), any(DustRifle, DustGatling, DustRevolver), 10, "#CODMASTER::OnDeath"); + areamonster("001-10", 0, 0, 200, 150, ("Sniper"), any(DustRifle, DustGatling, DustRevolver), 15, "#CODMASTER::OnDeath"); + areamonster("001-10", 0, 0, 200, 150, ("Angry Bat"), AngryBat, 10, "#CODMASTER::OnBatDeath"); end; } -- cgit v1.2.3-70-g09d2