From 661b6eac0fc17748ff3c40110a331fbcffd5fae4 Mon Sep 17 00:00:00 2001 From: Erthilo Date: Sun, 3 Jun 2012 15:22:55 +0100 Subject: [PATCH] Bugfix for cable transfer message. --- code/modules/power/cable.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/power/cable.dm b/code/modules/power/cable.dm index 1972513d46f..ce87f5a4caf 100644 --- a/code/modules/power/cable.dm +++ b/code/modules/power/cable.dm @@ -284,7 +284,7 @@ return else - user << "You transfer [MAXCOIL - src.amount ] length\s of cable from one coil to the other." + user << "You transfer [MAXCOIL - C.amount ] length\s of cable from one coil to the other." src.amount -= (MAXCOIL-C.amount) src.updateicon() C.amount = MAXCOIL