Greyscale cables
This commit is contained in:
committed by
CitadelStationBot
parent
630b332848
commit
ae86a75362
@@ -408,8 +408,7 @@
|
||||
return reset()
|
||||
if(!use_cable(1))
|
||||
return reset()
|
||||
var/obj/structure/cable/NC = new(new_turf)
|
||||
NC.cableColor("red")
|
||||
var/obj/structure/cable/NC = new(new_turf, "red")
|
||||
NC.d1 = 0
|
||||
NC.d2 = fdirn
|
||||
NC.update_icon()
|
||||
|
||||
Reference in New Issue
Block a user