mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 07:08:55 +01:00
[MIRROR] EMP & Wires refactor (#12658)
Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com> Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
co-authored by
Guti
Cameron Lennox
parent
494fc9bea9
commit
b116cc450d
@@ -56,7 +56,6 @@
|
||||
var/last_sort = FALSE
|
||||
var/sort_scan = TRUE
|
||||
var/panel_open = FALSE
|
||||
var/datum/wires/wires = null // ...Why isnt this defined on /atom...
|
||||
|
||||
/obj/structure/disposalpipe/sortjunction/proc/updatedesc()
|
||||
desc = initial(desc)
|
||||
@@ -90,7 +89,7 @@
|
||||
if(sortType)
|
||||
LAZYADD(GLOB.tagger_locations["[sortType]"], get_z(src))
|
||||
|
||||
wires = new /datum/wires/disposals(src)
|
||||
set_wires(new /datum/wires/disposals(src))
|
||||
|
||||
updatedir()
|
||||
updatename()
|
||||
|
||||
Reference in New Issue
Block a user