mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
[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:
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
|
||||
|
||||
Reference in New Issue
Block a user