mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user