Some adjustments, following suggestions in the PR discussion.

This commit is contained in:
phil235
2016-05-05 21:50:30 +02:00
parent 68da092009
commit 76a7fca8fe
14 changed files with 43 additions and 37 deletions
+1 -1
View File
@@ -362,7 +362,7 @@ var/list/TYPES_SHORTCUTS = list(
/obj/machinery/portable_atmospherics = "PORT_ATMOS",
/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/launcher/missile_rack = "MECHA_MISSILE_RACK",
/obj/item/mecha_parts/mecha_equipment = "MECHA_EQUIP",
/obj/item/organ = "ORGAN_INT",
/obj/item/organ = "ORGAN",
)
var/global/list/g_fancy_list_of_types = null