Merge pull request #5658 from atlantiscze/cable_fix

Cable coil bugfix
This commit is contained in:
Zuhayr
2014-07-17 09:42:08 +09:30
+1 -1
View File
@@ -308,7 +308,7 @@
return
else
user << "<span class='notice'>You transfer [MAXCOIL - src.amount ] length\s of cable from one coil to the other.</span>"
user << "<span class='notice'>You transfer [MAXCOIL - C.amount ] length\s of cable from one coil to the other.</span>"
src.amount -= (MAXCOIL-C.amount)
src.updateicon()
src.update_wclass()