From 835a2dcdda276684196e8eb8230d5b04e246d5ed Mon Sep 17 00:00:00 2001 From: Kyep Date: Sun, 17 Jun 2018 15:20:35 -0700 Subject: [PATCH] fission to fusion --- code/game/machinery/computer/depot.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/computer/depot.dm b/code/game/machinery/computer/depot.dm index cc6abff95b4..970233289bf 100644 --- a/code/game/machinery/computer/depot.dm +++ b/code/game/machinery/computer/depot.dm @@ -155,7 +155,7 @@ req_access = list() /obj/machinery/computer/syndicate_depot/selfdestruct/get_menu(var/mob/user) - return {"Syndicate Depot Fission Reactor Control
+ return {"Syndicate Depot Fusion Reactor Control


Disable Containment Field
"}