Merge pull request #1235 from Erthilo/TGUpdates

TG Updates r3695 to r3712
This commit is contained in:
SkyMarshal
2012-06-04 15:37:22 -07:00
51 changed files with 8771 additions and 8062 deletions
+1 -1
View File
@@ -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