From bf3fe07b27ab1f4e427d26bd948b94d4f133f42e Mon Sep 17 00:00:00 2001 From: "elly1989@rocketmail.com" Date: Sun, 27 May 2012 01:50:32 +0000 Subject: [PATCH] :S messed up some indentation with a last minute change. My bad, sorry. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3680 316c924e-a436-60f5-8080-3fe189b3f50e --- .../power/singularity/particle_accelerator/particle_control.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/power/singularity/particle_accelerator/particle_control.dm b/code/modules/power/singularity/particle_accelerator/particle_control.dm index c55a8899231..798a04a3c91 100644 --- a/code/modules/power/singularity/particle_accelerator/particle_control.dm +++ b/code/modules/power/singularity/particle_accelerator/particle_control.dm @@ -78,7 +78,8 @@ return if(href_list["togglep"]) src.toggle_power() - investigate_log("turned [active?"ON":"OFF"] by [usr.key]","singulo") else if(href_list["scan"]) + investigate_log("turned [active?"ON":"OFF"] by [usr.key]","singulo") + else if(href_list["scan"]) src.part_scan() else if(href_list["strengthup"]) strength++