Merge pull request #5445 from Anewbe/memory_circuit_sprite

Constant Chip has a sprite
This commit is contained in:
Neerti
2018-07-27 02:16:09 -04:00
committed by VirgoBot
parent 115bfa2dc3
commit 96d5f49091

View File

@@ -75,7 +75,6 @@
/obj/item/integrated_circuit/memory/constant
name = "constant chip"
desc = "This tiny chip can store one piece of data, which cannot be overwritten without disassembly."
icon_state = "memory"
complexity = 1
inputs = list()
outputs = list("output pin" = IC_PINTYPE_ANY)