This commit is contained in:
lolman360
2020-10-06 10:09:12 +11:00
parent 61a37abda9
commit 3dfab3b3c4
93 changed files with 462 additions and 519 deletions
@@ -49,7 +49,7 @@
/obj/item/clothing/examine(mob/user)
if(IC)
IC.examine(user)
..()
. = ..()
/obj/item/clothing/attackby(obj/item/I, mob/user)
if(IC)
@@ -195,4 +195,4 @@
/obj/item/clothing/suit/circuitry/Initialize()
setup_integrated_circuit(/obj/item/electronic_assembly/clothing/large)
return ..()
return ..()
@@ -46,7 +46,7 @@
return
/obj/item/assembly/electronic_assembly/examine(mob/user)
.=..(user, 1)
. = ..()
if(EA)
for(var/obj/item/integrated_circuit/IC in EA.contents)
IC.external_examine(user)
@@ -81,4 +81,3 @@
if(!CanInteract(user, state = deep_inventory_state))
return 0
return 1