Fixes Cable Prefabs and adds some more mapping CI (#27386)

* Fixes Cable Prefabs and adds some more mapping CI

* yes

* test

* bam
This commit is contained in:
Contrabang
2024-11-30 10:36:20 -05:00
committed by GitHub
parent eea4872e93
commit 0c5fb4198d
35 changed files with 315 additions and 35932 deletions
+2 -2
View File
@@ -35,9 +35,9 @@ By design, d1 is the smallest direction and d2 is the highest
layer = LOW_OBJ_LAYER //isset to WIRE_LAYER when spawned
/// The direction of endpoint one of this cable
var/d1 = 0
var/tmp/d1 = 0
/// The direction of enpoint two of this cable
var/d2 = 1
var/tmp/d2 = 1
/// The regional powernet this cable is registered to
var/datum/regional_powernet/powernet