Merge pull request #1049 from Citadel-Station-13/upstream-merge-27340
[MIRROR] Fixes uplink pens not showing in traitor menu
This commit is contained in:
+1
-1
@@ -1330,7 +1330,7 @@
|
||||
obj_count++
|
||||
|
||||
/datum/mind/proc/find_syndicate_uplink()
|
||||
var/list/L = current.get_contents()
|
||||
var/list/L = current.GetAllContents()
|
||||
for (var/obj/item/I in L)
|
||||
if (I.hidden_uplink)
|
||||
return I.hidden_uplink
|
||||
|
||||
Reference in New Issue
Block a user