mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-02-07 14:50:21 +00:00
10 lines
264 B
Plaintext
10 lines
264 B
Plaintext
#ifndef T_BOARD
|
|
#error T_BOARD macro is not defined but we need it!
|
|
#endif
|
|
|
|
//Stuff that doesn't fit into any category goes here
|
|
|
|
/obj/item/weapon/circuitboard/aicore
|
|
name = T_BOARD("AI core")
|
|
origin_tech = list(TECH_DATA = 4, TECH_BIO = 2)
|
|
board_type = "other" |