mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-10 15:36:56 +01:00
Merge pull request #1029 from DragonTrance/fix-circuit-examine
fixes circuit examining
This commit is contained in:
@@ -79,7 +79,9 @@
|
||||
|
||||
for(var/I in assembly_components)
|
||||
var/obj/item/integrated_circuit/IC = I
|
||||
. += IC.external_examine(user)
|
||||
var/stringy_string = IC.external_examine(user)
|
||||
if(stringy_string)
|
||||
. += stringy_string
|
||||
if(opened)
|
||||
interact(user)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user