diff options
-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 |