[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:
SkyratBot
2021-10-16 20:32:27 -04:00
committed by GitHub
co-authored by Ghom
parent a4aa142e07
commit be43595093
4 changed files with 76 additions and 0 deletions
@@ -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",