From 7184df0aac3cb68337f68a3d372bc48e3ac174bb Mon Sep 17 00:00:00 2001 From: Robertha89 Date: Wed, 30 Sep 2015 01:06:25 +0200 Subject: [PATCH] Fixes Name issue and gives engineering more power Very often now, this is how the round starts, power starts going out, engineers does nothing, nobody does anything, and there are so many rounds where the power runs out station wide, i.e it takes an hour to set up power, this will buff the starting power of engineering, so that power does not start running out during the first half hour of the shift. Also, fixes the name back to SMES. This can be considered a somewhat controversial pull. --- code/modules/power/smes.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/power/smes.dm b/code/modules/power/smes.dm index 14012f080d9..f972e029978 100644 --- a/code/modules/power/smes.dm +++ b/code/modules/power/smes.dm @@ -8,7 +8,7 @@ /obj/machinery/power/smes - name = "power storage unit" + name = "SMES" desc = "A high-capacity superconducting magnetic energy storage (SMES) unit." icon_state = "smes" density = 1 @@ -481,7 +481,7 @@ ..() /obj/machinery/power/smes/engineering - charge = 1e6 // Engineering starts with some charge for singulo + charge = 3e6 // Engineering starts with some charge for singulo /obj/machinery/power/smes/magical name = "magical power storage unit" @@ -493,4 +493,4 @@ charge = 5000000 ..() -#undef SMESRATE \ No newline at end of file +#undef SMESRATE