diff --git a/code/modules/projectiles/projectile.dm b/code/modules/projectiles/projectile.dm index 16850b5d95..b394e2a6d4 100644 --- a/code/modules/projectiles/projectile.dm +++ b/code/modules/projectiles/projectile.dm @@ -15,7 +15,7 @@ icon_state = "bullet" density = 1 unacidable = 1 - anchored = 1 + anchored = 1 //There's a reason this is here, Mport. God fucking damn it -Agouri. Find&Fix by Pete. The reason this is here is to stop the curving of emitter shots. flags = FPRINT | TABLEPASS pass_flags = PASSTABLE mouse_opacity = 0