mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-22 19:46:36 +01:00
Revert "Merge branch 'master' of https://github.com/PolarisSS13/Polaris into NanoGrade"
This reverts commit6bb5409349, reversing changes made tof6a83d5ee0.
This commit is contained in:
@@ -33,12 +33,12 @@ var/global/list/obj/item/device/communicator/all_communicators = list()
|
||||
|
||||
var/obj/item/weapon/cartridge/cartridge = null //current cartridge
|
||||
var/list/modules = list(
|
||||
list("module" = "Phone", "icon" = "mobile", "number" = 2),
|
||||
list("module" = "Contacts", "icon" = "users", "number" = 3),
|
||||
list("module" = "Messaging", "icon" = "envelope", "number" = 4),
|
||||
list("module" = "Note", "icon" = "file-text", "number" = 5),
|
||||
list("module" = "Settings", "icon" = "gear", "number" = 6)
|
||||
) //list("module" = "Name of Module", "icon" = "icon name", "number" = "what tab is the module")
|
||||
list("module" = "Phone", "icon" = "phone64", "number" = 2),
|
||||
list("module" = "Contacts", "icon" = "person64", "number" = 3),
|
||||
list("module" = "Messaging", "icon" = "comment64", "number" = 4),
|
||||
list("module" = "Note", "icon" = "note64", "number" = 5),
|
||||
list("module" = "Settings", "icon" = "gear64", "number" = 6)
|
||||
) //list("module" = "Name of Module", "icon" = "icon name64", "number" = "what tab is the module")
|
||||
|
||||
var/selected_tab = 1
|
||||
var/owner = ""
|
||||
|
||||
Reference in New Issue
Block a user