diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-02-10 01:34:11 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-02-10 01:34:11 -0200 |
commit | ff3ed0418785a6dcb7d111ef15e51464631e4fd2 (patch) | |
tree | 2facedf180ad1e4c4f2932a786680e95c4ace133 /npc/005-1-1/main.txt | |
parent | 637f8b7cf7485a37c3e9e0da689b9a1cd92cffeb (diff) | |
download | serverdata-ff3ed0418785a6dcb7d111ef15e51464631e4fd2.tar.gz serverdata-ff3ed0418785a6dcb7d111ef15e51464631e4fd2.tar.bz2 serverdata-ff3ed0418785a6dcb7d111ef15e51464631e4fd2.tar.xz serverdata-ff3ed0418785a6dcb7d111ef15e51464631e4fd2.zip |
[skip ci] Attempt different function
Diffstat (limited to 'npc/005-1-1/main.txt')
-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 6823fc441..7562dfcdc 100644 --- a/npc/005-1-1/main.txt +++ b/npc/005-1-1/main.txt @@ -131,7 +131,7 @@ OnInteract: .@cropId$=getcropid(.@x, .@y); if (array_find(@DESTROYED, .@cropId$) == -1) { array_push(@DESTROYED, .@cropId$); - disablenpc instance_npcname("#Marggo"+.@cropId$); + hideonnpc instance_npcname("#Marggo"+.@cropId$); } // Tell the Maggot to walk to a random coordinate |