mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
Merge pull request #10844 from VOREStation/Arokha/fixfix
Fix light fixture free lights
This commit is contained in:
committed by
Chompstation Bot
parent
654ef75433
commit
5fd90cf29b
@@ -122,8 +122,8 @@ Class Procs:
|
||||
blocks_emissive = EMISSIVE_BLOCK_GENERIC
|
||||
|
||||
/obj/machinery/New(l, d=0)
|
||||
..(l)
|
||||
if(d)
|
||||
..()
|
||||
if(isnum(d))
|
||||
set_dir(d)
|
||||
if(ispath(circuit))
|
||||
circuit = new circuit(src)
|
||||
|
||||
Reference in New Issue
Block a user