From ad810f0a4a4422e393d12ea139569ecbf3ff217b Mon Sep 17 00:00:00 2001 From: RavingManiac Date: Sat, 31 May 2014 00:28:38 +0800 Subject: [PATCH] Supermatter shards have a smaller pull-radius. Leftover variable removed. --- code/modules/supermatter/supermatter.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/supermatter/supermatter.dm b/code/modules/supermatter/supermatter.dm index 59360dc95ce..12f0ad6bd10 100644 --- a/code/modules/supermatter/supermatter.dm +++ b/code/modules/supermatter/supermatter.dm @@ -46,7 +46,6 @@ var/grav_pulling = 0 var/pull_radius = 13 - var/grav_multiplier = 1 var/emergency_issued = 0 @@ -79,6 +78,7 @@ gasefficency = 0.125 + pull_radius = 5 explosion_power = 3 //3,6,9,12? Or is that too small?