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...

This commit is contained in:
Hawk-v3
2012-02-28 20:54:05 +00:00
committed by Ren Erthilo
parent ccdf948795
commit 1fbadaba28
+2 -1
View File
@@ -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"