From 1fbadaba28df9a46469cacfd96b7c8d902c8b6f6 Mon Sep 17 00:00:00 2001 From: Hawk-v3 Date: Tue, 28 Feb 2012 20:40:15 +0000 Subject: [PATCH] Please, please check this DME. i *think* it's correct. The Projectile/Change is what I've added, but as to what else it's changed... I don't know what it's for... --- baystation12.dme | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/baystation12.dme b/baystation12.dme index e4c8cc0ca79..9953cacd6e1 100644 --- a/baystation12.dme +++ b/baystation12.dme @@ -520,7 +520,7 @@ #include "code\game\machinery\computer\id.dm" #include "code\game\machinery\computer\lockdown.dm" #include "code\game\machinery\computer\medical.dm" -#include "code\game\machinery\computer\operating.dm" +#include "code\game\machinery\computer\Operating.dm" #include "code\game\machinery\computer\power.dm" #include "code\game\machinery\computer\robot.dm" #include "code\game\machinery\computer\security.dm" @@ -1009,6 +1009,7 @@ #include "code\modules\projectiles\guns\projectile\shotgun.dm" #include "code\modules\projectiles\projectile\beams.dm" #include "code\modules\projectiles\projectile\bullets.dm" +#include "code\modules\projectiles\projectile\change.dm" #include "code\modules\projectiles\projectile\energy.dm" #include "code\modules\projectiles\projectile\special.dm" #include "code\modules\recycling\conveyor2.dm"