diff options
author | mekolat <mekolat@gmail.com> | 2015-04-16 21:11:51 -0400 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2015-04-30 01:41:26 -0400 |
commit | bf3c1c0e4add6a5d8a52b043a30775eada1cef2f (patch) | |
tree | e5b50684900e324ac12eeb16c1c38b6729b3fb86 /world/map/npc/016-1 | |
parent | dbf4de95bec3a15f3e7c636899f679c814af85a2 (diff) | |
download | serverdata-bf3c1c0e4add6a5d8a52b043a30775eada1cef2f.tar.gz serverdata-bf3c1c0e4add6a5d8a52b043a30775eada1cef2f.tar.bz2 serverdata-bf3c1c0e4add6a5d8a52b043a30775eada1cef2f.tar.xz serverdata-bf3c1c0e4add6a5d8a52b043a30775eada1cef2f.zip |
remove deprecated readparam & statusup2
Diffstat (limited to 'world/map/npc/016-1')
-rw-r--r-- | world/map/npc/016-1/gwendolyn.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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; |