From 0a3fc4ff390f0d6b92abc6b2e46f5b276c85a7ff Mon Sep 17 00:00:00 2001 From: nicetoolbox Date: Fri, 2 Oct 2020 01:24:25 -0700 Subject: [PATCH] use power constant --- code/modules/research/rdconsole.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/research/rdconsole.dm b/code/modules/research/rdconsole.dm index 8f8a44d2bed..84a8acf2de3 100644 --- a/code/modules/research/rdconsole.dm +++ b/code/modules/research/rdconsole.dm @@ -410,7 +410,7 @@ won't update every console in existence) but it's more of a hassle to do. Also, if(!(I in linked_destroy.component_parts)) qdel(I) linked_destroy.icon_state = "d_analyzer" - use_power(250) + use_power(DECONSTRUCT_POWER) SStgui.update_uis(src) if("sync") //Sync the research holder with all the R&D consoles in the game that aren't sync protected.