Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit aa8d559

Browse files
authored
PROPER UNITS (#12308)
1 parent 8b6eaa3 commit aa8d559

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

code/modules/goals/department_goals/engineering.dm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
// Store like 70e6 joules
55
// Which is like, 14 roundstart SMES' worth (so requires upgrades)
66
/datum/department_goal/eng/SMES
7-
name = "Store 70MW"
8-
desc = "Store 70MW of energy in the station's SMES'"
7+
name = "Store 70MJ"
8+
desc = "Store 70MJ of energy in the station's SMES'"
99
reward = "50000"
1010

1111
/datum/department_goal/eng/SMES/check_complete()

0 commit comments

Comments
 (0)