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