mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-01 21:13:47 +00:00
Merge pull request #5445 from Anewbe/memory_circuit_sprite
Constant Chip has a sprite
This commit is contained in:
@@ -75,7 +75,6 @@
|
|||||||
/obj/item/integrated_circuit/memory/constant
|
/obj/item/integrated_circuit/memory/constant
|
||||||
name = "constant chip"
|
name = "constant chip"
|
||||||
desc = "This tiny chip can store one piece of data, which cannot be overwritten without disassembly."
|
desc = "This tiny chip can store one piece of data, which cannot be overwritten without disassembly."
|
||||||
icon_state = "memory"
|
|
||||||
complexity = 1
|
complexity = 1
|
||||||
inputs = list()
|
inputs = list()
|
||||||
outputs = list("output pin" = IC_PINTYPE_ANY)
|
outputs = list("output pin" = IC_PINTYPE_ANY)
|
||||||
|
|||||||
Reference in New Issue
Block a user