diff options
-rw-r--r-- | npc/003-4/sorfina.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-4/sorfina.txt b/npc/003-4/sorfina.txt index d49b408f8..2910a670e 100644 --- a/npc/003-4/sorfina.txt +++ b/npc/003-4/sorfina.txt @@ -71,8 +71,8 @@ L_OpenDoors: instance_set_timeout(300, 300, .@INSTID); instance_init(.@INSTID); - .@x=rand(29, 45); - .@y=rand(29, 41); + .@x=34;//rand(29, 45); + .@y=33;//rand(29, 41); monster(.@MAP_NAME$, .@x, .@y, l("Murderer Scorpion"), MurdererScorpion, 1, "Sorfina::OnKillMurderer"); mesn; |