From 7ca09f462bb7a1d8d50fad8ceb5b484c36b74d8f Mon Sep 17 00:00:00 2001 From: Major Date: Sun, 1 Apr 2018 20:38:41 +0100 Subject: [PATCH] Rename npc spawning scripts --- .../src/{al-kharid-npcs.plugin.kts => npcs.plugin.kts} | 2 +- .../src/{edgeville-npcs.plugin.kts => npcs.plugin.kts} | 0 .../falador/src/{falador-npcs.plugin.kts => npcs.plugin.kts} | 0 .../src/{lumbridge-npcs.plugin.kts => npcs.plugin.kts} | 0 .../src/{tutorial-island-npcs.plugin.kts => npcs.plugin.kts} | 0 .../varrock/src/{varrock-npcs.plugin.kts => npcs.plugin.kts} | 0 6 files changed, 1 insertion(+), 1 deletion(-) rename game/plugin/locations/al-kharid/src/{al-kharid-npcs.plugin.kts => npcs.plugin.kts} (99%) rename game/plugin/locations/edgeville/src/{edgeville-npcs.plugin.kts => npcs.plugin.kts} (100%) rename game/plugin/locations/falador/src/{falador-npcs.plugin.kts => npcs.plugin.kts} (100%) rename game/plugin/locations/lumbridge/src/{lumbridge-npcs.plugin.kts => npcs.plugin.kts} (100%) rename game/plugin/locations/tutorial-island/src/{tutorial-island-npcs.plugin.kts => npcs.plugin.kts} (100%) rename game/plugin/locations/varrock/src/{varrock-npcs.plugin.kts => npcs.plugin.kts} (100%) diff --git a/game/plugin/locations/al-kharid/src/al-kharid-npcs.plugin.kts b/game/plugin/locations/al-kharid/src/npcs.plugin.kts similarity index 99% rename from game/plugin/locations/al-kharid/src/al-kharid-npcs.plugin.kts rename to game/plugin/locations/al-kharid/src/npcs.plugin.kts index 278ffea0..7fd53bd7 100644 --- a/game/plugin/locations/al-kharid/src/al-kharid-npcs.plugin.kts +++ b/game/plugin/locations/al-kharid/src/npcs.plugin.kts @@ -19,7 +19,7 @@ npc_spawn("spider", x = 3323, y = 3138) npc_spawn("scorpion", x = 3282, y = 3149) -//Camels +// Camels npc_spawn("cam_the_camel", x = 3295, y = 3232) npc_spawn("elly_the_camel", x = 3312, y = 3210) diff --git a/game/plugin/locations/edgeville/src/edgeville-npcs.plugin.kts b/game/plugin/locations/edgeville/src/npcs.plugin.kts similarity index 100% rename from game/plugin/locations/edgeville/src/edgeville-npcs.plugin.kts rename to game/plugin/locations/edgeville/src/npcs.plugin.kts diff --git a/game/plugin/locations/falador/src/falador-npcs.plugin.kts b/game/plugin/locations/falador/src/npcs.plugin.kts similarity index 100% rename from game/plugin/locations/falador/src/falador-npcs.plugin.kts rename to game/plugin/locations/falador/src/npcs.plugin.kts diff --git a/game/plugin/locations/lumbridge/src/lumbridge-npcs.plugin.kts b/game/plugin/locations/lumbridge/src/npcs.plugin.kts similarity index 100% rename from game/plugin/locations/lumbridge/src/lumbridge-npcs.plugin.kts rename to game/plugin/locations/lumbridge/src/npcs.plugin.kts diff --git a/game/plugin/locations/tutorial-island/src/tutorial-island-npcs.plugin.kts b/game/plugin/locations/tutorial-island/src/npcs.plugin.kts similarity index 100% rename from game/plugin/locations/tutorial-island/src/tutorial-island-npcs.plugin.kts rename to game/plugin/locations/tutorial-island/src/npcs.plugin.kts diff --git a/game/plugin/locations/varrock/src/varrock-npcs.plugin.kts b/game/plugin/locations/varrock/src/npcs.plugin.kts similarity index 100% rename from game/plugin/locations/varrock/src/varrock-npcs.plugin.kts rename to game/plugin/locations/varrock/src/npcs.plugin.kts