From 07e5d92ea9038e15d28756984de051372a848efc Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Sat, 12 Jan 2019 05:53:20 -0800 Subject: [PATCH] Indentation --- code/_helpers/lists.dm | 3 --- code/_helpers/unsorted.dm | 2 +- code/modules/admin/admin_verbs.dm | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/code/_helpers/lists.dm b/code/_helpers/lists.dm index b4d9f39a7f..b50db3457c 100644 --- a/code/_helpers/lists.dm +++ b/code/_helpers/lists.dm @@ -27,9 +27,6 @@ proc/listgetindex(var/list/list,index) return list[index] return -proc/islist(list/list) - return(istype(list)) - //Return either pick(list) or null if list is not of type /list or is empty proc/safepick(list/list) if(!islist(list) || !list.len) diff --git a/code/_helpers/unsorted.dm b/code/_helpers/unsorted.dm index 72a289a622..4582b3bfb0 100644 --- a/code/_helpers/unsorted.dm +++ b/code/_helpers/unsorted.dm @@ -1495,7 +1495,7 @@ var/mob/dview/dview_mob = new /obj/item/device/radio/headset = "HEADSET", /obj/item/clothing/head/helmet/space = "SPESSHELMET", /obj/item/weapon/book/manual = "MANUAL", - /obj/item/weapon/reagent_containers/food/drinks = "DRINK", //longest paths comes first + /obj/item/weapon/reagent_containers/food/drinks = "DRINK", /obj/item/weapon/reagent_containers/food = "FOOD", /obj/item/weapon/reagent_containers = "REAGENT_CONTAINERS", /obj/machinery/atmospherics = "ATMOS_MECH", diff --git a/code/modules/admin/admin_verbs.dm b/code/modules/admin/admin_verbs.dm index 2a4641e76a..904ab923e0 100644 --- a/code/modules/admin/admin_verbs.dm +++ b/code/modules/admin/admin_verbs.dm @@ -6,7 +6,7 @@ var/list/admin_verbs_default = list( /client/proc/hide_verbs, //hides all our adminverbs, /client/proc/hide_most_verbs, //hides all our hideable adminverbs, /client/proc/debug_variables, //allows us to -see- the variables of any instance in the game. +VAREDIT needed to modify, - /client/proc/mark_datum_mapview, //Lets us mark datums. + /client/proc/mark_datum_mapview, /client/proc/cmd_check_new_players, //allows us to see every new player // /client/proc/check_antagonists, //shows all antags, // /client/proc/cmd_mod_say,