diff options
Diffstat (limited to 'npc/012-8')
-rw-r--r-- | npc/012-8/doorbell.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/012-8/doorbell.txt b/npc/012-8/doorbell.txt index 4b15e191e..3b85335ec 100644 --- a/npc/012-8/doorbell.txt +++ b/npc/012-8/doorbell.txt @@ -25,7 +25,7 @@ // The sign is the main controller 012-8,32,34,0 script Doorbell#RES_0128 NPC_NO_SPRITE,{ - // Name, Layer, Price, ID, x1, y1, x2, y2, + // Name, Layer, Price, ID, x1, y1, x2, y2, function create_object { array_push(.name$, getarg(0)); array_push(.layer, getarg(1)); |