mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
Refactors the list datatype to support composite lists. Adapts a lot of circuits to be able to properly use composite lists. Adds the dispenser shell (#61856)
Co-authored-by: Watermelon914 <3052169-Watermelon914@users.noreply.gitlab.com> Co-authored-by: Colovorat <35225170+Colovorat@users.noreply.github.com>
This commit is contained in:
@@ -165,7 +165,7 @@
|
||||
|
||||
if(istype(item, /obj/item/circuit_component))
|
||||
attached_circuit.add_component_manually(item, attacker)
|
||||
return
|
||||
return COMPONENT_NO_AFTERATTACK
|
||||
|
||||
if(!istype(item, /obj/item/integrated_circuit))
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user