[READY]integrated circuitry port+upgrade.
This commit is contained in:
committed by
CitadelStationBot
parent
4afc4f5b39
commit
d8847ea167
@@ -1,4 +1,3 @@
|
||||
|
||||
/proc/WEAKREF(datum/input)
|
||||
if(istype(input) && !QDELETED(input))
|
||||
if(!input.weak_reference)
|
||||
@@ -16,4 +15,9 @@
|
||||
|
||||
/datum/weakref/proc/resolve()
|
||||
var/datum/D = locate(reference)
|
||||
<<<<<<< HEAD
|
||||
return D.weak_reference == src? D : null
|
||||
=======
|
||||
return (!QDELETED(D) && D.weak_reference == src) ? D : null
|
||||
|
||||
>>>>>>> bdfbafd... [READY]integrated circuitry port+upgrade. (#32481)
|
||||
|
||||
Reference in New Issue
Block a user