We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b6eaa3 commit aa8d559Copy full SHA for aa8d559
1 file changed
code/modules/goals/department_goals/engineering.dm
@@ -4,8 +4,8 @@
4
// Store like 70e6 joules
5
// Which is like, 14 roundstart SMES' worth (so requires upgrades)
6
/datum/department_goal/eng/SMES
7
- name = "Store 70MW"
8
- desc = "Store 70MW of energy in the station's SMES'"
+ name = "Store 70MJ"
+ desc = "Store 70MJ of energy in the station's SMES'"
9
reward = "50000"
10
11
/datum/department_goal/eng/SMES/check_complete()
0 commit comments