[MIRROR] Admin Subtype of Integrated Circuits [MDB IGNORE] (#18396)

* Admin Subtype of Integrated Circuits (#72303)

## About The Pull Request

Simply adds an admin only subtype of the integrated circuit because I
spawn a lot and this'll save me 30 or so seconds each time I do.
## Why It's Good For The Game

When creating a new admin circuit from scratch being able to skip VVing
it to change the admin_only var would save a bit of time.
## Changelog
🆑
admin: Integrated Circuits now have an admin only subtype, functionally
the same as VVed regular circuits.
/🆑

* Admin Subtype of Integrated Circuits

Co-authored-by: NamelessFairy <40036527+NamelessFairy@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-12-29 20:59:09 -05:00
committed by GitHub
co-authored by NamelessFairy
parent 043ff84045
commit bd6e957690
@@ -730,3 +730,9 @@ GLOBAL_LIST_EMPTY_TYPED(integrated_circuits, /obj/item/integrated_circuit)
WRITE_FILE(temp_file, convert_to_json())
DIRECT_OUTPUT(saver, ftp(temp_file, "[display_name || "circuit"].json"))
return TRUE
/obj/item/integrated_circuit/admin
name = "administrative circuit"
desc = "The components installed in here are far beyond your comprehension."
admin_only = TRUE