mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-16 21:22:40 +00:00
Indentation
This commit is contained in:
@@ -27,9 +27,6 @@ proc/listgetindex(var/list/list,index)
|
|||||||
return list[index]
|
return list[index]
|
||||||
return
|
return
|
||||||
|
|
||||||
proc/islist(list/list)
|
|
||||||
return(istype(list))
|
|
||||||
|
|
||||||
//Return either pick(list) or null if list is not of type /list or is empty
|
//Return either pick(list) or null if list is not of type /list or is empty
|
||||||
proc/safepick(list/list)
|
proc/safepick(list/list)
|
||||||
if(!islist(list) || !list.len)
|
if(!islist(list) || !list.len)
|
||||||
|
|||||||
@@ -1495,7 +1495,7 @@ var/mob/dview/dview_mob = new
|
|||||||
/obj/item/device/radio/headset = "HEADSET",
|
/obj/item/device/radio/headset = "HEADSET",
|
||||||
/obj/item/clothing/head/helmet/space = "SPESSHELMET",
|
/obj/item/clothing/head/helmet/space = "SPESSHELMET",
|
||||||
/obj/item/weapon/book/manual = "MANUAL",
|
/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/food = "FOOD",
|
||||||
/obj/item/weapon/reagent_containers = "REAGENT_CONTAINERS",
|
/obj/item/weapon/reagent_containers = "REAGENT_CONTAINERS",
|
||||||
/obj/machinery/atmospherics = "ATMOS_MECH",
|
/obj/machinery/atmospherics = "ATMOS_MECH",
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ var/list/admin_verbs_default = list(
|
|||||||
/client/proc/hide_verbs, //hides all our adminverbs,
|
/client/proc/hide_verbs, //hides all our adminverbs,
|
||||||
/client/proc/hide_most_verbs, //hides all our hideable 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/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/cmd_check_new_players, //allows us to see every new player
|
||||||
// /client/proc/check_antagonists, //shows all antags,
|
// /client/proc/check_antagonists, //shows all antags,
|
||||||
// /client/proc/cmd_mod_say,
|
// /client/proc/cmd_mod_say,
|
||||||
|
|||||||
Reference in New Issue
Block a user