From bf3c1c0e4add6a5d8a52b043a30775eada1cef2f Mon Sep 17 00:00:00 2001 From: mekolat Date: Thu, 16 Apr 2015 21:11:51 -0400 Subject: remove deprecated readparam & statusup2 --- world/map/npc/016-1/gwendolyn.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'world/map/npc/016-1/gwendolyn.txt') diff --git a/world/map/npc/016-1/gwendolyn.txt b/world/map/npc/016-1/gwendolyn.txt index f95336e9..f8831d82 100644 --- a/world/map/npc/016-1/gwendolyn.txt +++ b/world/map/npc/016-1/gwendolyn.txt @@ -442,7 +442,7 @@ L_target_hit: next; mes "\"Let me inspect it...\" She walks to the target."; next; - if( rand(500) > (2*readparam(bDex) + readparam(bAgi))) + if( rand(500) > (2*bDex + bAgi)) goto L_target_nohit; set @Q_hawkseye, 6; callsub S_Update_Var; -- cgit v1.2.3-60-g2f50