[MIRROR] Fixes windoors dropping extra cable (#5648)

* Merge pull request #35857 from Repukan/TWOCABLES

Fixes windoors dropping extra cable

* Fixes windoors dropping extra cable
This commit is contained in:
CitadelStationBot
2018-02-21 19:43:56 -06:00
committed by Poojawa
parent 4f31e42574
commit 530f060c77
+1 -1
View File
@@ -18,7 +18,7 @@
var/reinf = 0
var/shards = 2
var/rods = 2
var/cable = 2
var/cable = 1
var/list/debris = list()
/obj/machinery/door/window/Initialize(mapload, set_dir)