From 1327939bb6c6e0f3d141702a3cfdc9043de0f916 Mon Sep 17 00:00:00 2001 From: Julien Date: Fri, 29 Sep 2023 18:08:52 +0200 Subject: [PATCH] change heavy weapon to launcher.... --- .../{heavy_weapons => launcher}/grenade_launcher.dm | 0 .../guns/specialist/{heavy_weapons => launcher}/launcher.dm | 0 .../{heavy_weapons => launcher}/rocket_launcher.dm | 0 colonialmarines.dme | 6 +++--- 4 files changed, 3 insertions(+), 3 deletions(-) rename code/modules/projectiles/guns/specialist/{heavy_weapons => launcher}/grenade_launcher.dm (100%) rename code/modules/projectiles/guns/specialist/{heavy_weapons => launcher}/launcher.dm (100%) rename code/modules/projectiles/guns/specialist/{heavy_weapons => launcher}/rocket_launcher.dm (100%) diff --git a/code/modules/projectiles/guns/specialist/heavy_weapons/grenade_launcher.dm b/code/modules/projectiles/guns/specialist/launcher/grenade_launcher.dm similarity index 100% rename from code/modules/projectiles/guns/specialist/heavy_weapons/grenade_launcher.dm rename to code/modules/projectiles/guns/specialist/launcher/grenade_launcher.dm diff --git a/code/modules/projectiles/guns/specialist/heavy_weapons/launcher.dm b/code/modules/projectiles/guns/specialist/launcher/launcher.dm similarity index 100% rename from code/modules/projectiles/guns/specialist/heavy_weapons/launcher.dm rename to code/modules/projectiles/guns/specialist/launcher/launcher.dm diff --git a/code/modules/projectiles/guns/specialist/heavy_weapons/rocket_launcher.dm b/code/modules/projectiles/guns/specialist/launcher/rocket_launcher.dm similarity index 100% rename from code/modules/projectiles/guns/specialist/heavy_weapons/rocket_launcher.dm rename to code/modules/projectiles/guns/specialist/launcher/rocket_launcher.dm diff --git a/colonialmarines.dme b/colonialmarines.dme index d4f18e19061d..4264d7b81e82 100644 --- a/colonialmarines.dme +++ b/colonialmarines.dme @@ -2137,9 +2137,9 @@ s// DM Environment file for colonialmarines.dme. #include "code\modules\projectiles\guns\flamer\flameshape.dm" #include "code\modules\projectiles\guns\specialist\scout.dm" #include "code\modules\projectiles\guns\specialist\sniper.dm" -#include "code\modules\projectiles\guns\specialist\heavy_weapons\grenade_launcher.dm" -#include "code\modules\projectiles\guns\specialist\heavy_weapons\launcher.dm" -#include "code\modules\projectiles\guns\specialist\heavy_weapons\rocket_launcher.dm" +#include "code\modules\projectiles\guns\specialist\launcher\grenade_launcher.dm" +#include "code\modules\projectiles\guns\specialist\launcher\launcher.dm" +#include "code\modules\projectiles\guns\specialist\launcher\rocket_launcher.dm" #include "code\modules\projectiles\magazines\flamer.dm" #include "code\modules\projectiles\magazines\lever_action.dm" #include "code\modules\projectiles\magazines\misc.dm"