Dev-freeze into dev merge.

This commit is contained in:
Zuhayr
2015-05-30 00:31:12 +09:30
56 changed files with 1727 additions and 858 deletions
+5
View File
@@ -292,6 +292,11 @@ var/const/POWER = 8
return 1
return 0
/datum/wires/proc/MendAll()
for(var/i = 1; i < MAX_FLAG && i < (1 << wire_count); i += i)
if(IsIndexCut(i))
CutWireIndex(i)
//
//Shuffle and Mend
//