mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-26 14:46:52 +01:00
the little construction pr (#9002)
* the little construction pr * construction-related bugfixes (teal carpet corners, arcade construction, airlock screwdriver panel) * Update code/game/objects/items/stacks/tiles/tile_types.dm Co-authored-by: Atermonera <atermonera@gmail.com> * mmmm sweet sweet updates * actually compiles --------- Co-authored-by: Atermonera <atermonera@gmail.com>
This commit is contained in:
@@ -74,6 +74,12 @@
|
||||
board_type = new /datum/frame/frame_types/geiger
|
||||
matter = list(MAT_STEEL = 50, "glass" = 50)
|
||||
|
||||
/obj/item/circuitboard/electrochromic
|
||||
name = T_BOARD("electrochromic button")
|
||||
build_path = /obj/machinery/button/windowtint
|
||||
board_type = new /datum/frame/frame_types/electrochromic_button
|
||||
matter = list(MAT_STEEL = 50, "glass" = 50)
|
||||
|
||||
//Computer
|
||||
|
||||
/obj/item/circuitboard/holopad
|
||||
|
||||
Reference in New Issue
Block a user