mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 14:08:31 +01:00
[MIRROR] Trigonometry circuit component [MDB IGNORE] (#8863)
* Trigonometry circuit component (#61885) Adds a trigonometry circuit component to the game. * Trigonometry circuit component Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com>
This commit is contained in:
@@ -48,6 +48,11 @@
|
||||
id = "comp_arithmetic"
|
||||
build_path = /obj/item/circuit_component/arithmetic
|
||||
|
||||
/datum/design/component/trigonometry
|
||||
name = "Trigonometry Component"
|
||||
id = "comp_trigonometry"
|
||||
build_path = /obj/item/circuit_component/trigonometry
|
||||
|
||||
/datum/design/component/clock
|
||||
name = "Clock Component"
|
||||
id = "comp_clock"
|
||||
|
||||
@@ -259,6 +259,7 @@
|
||||
"comp_timepiece",
|
||||
"comp_tonumber",
|
||||
"comp_tostring",
|
||||
"comp_trigonometry",
|
||||
"comp_typecast",
|
||||
"comp_typecheck",
|
||||
"compact_remote_shell",
|
||||
|
||||
Reference in New Issue
Block a user