diff options
Diffstat (limited to 'npc/005-1-1')
-rw-r--r-- | npc/005-1-1/main.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/005-1-1/main.txt b/npc/005-1-1/main.txt index 026f11647..b9a126055 100644 --- a/npc/005-1-1/main.txt +++ b/npc/005-1-1/main.txt @@ -28,7 +28,7 @@ .@i+=(.@y-.@offy)*.@w; // Now we add any X beyond .@offx .@i+=(.@x-.@offx); - return(sprintf("%03d", .@i)) + return(sprintf("%03d", .@i)); } npctalk l("Go kill the maggots!"); |