Makes the auto-antag-record logging for loadout items prettier

This commit is contained in:
Anewbe
2017-10-02 03:08:01 -05:00
parent 5e635aff46
commit 860c1d2e9f
6 changed files with 14 additions and 3 deletions
@@ -204,6 +204,7 @@ var/list/gear_datums = list()
var/whitelisted //Term to check the whitelist for..
var/sort_category = "General"
var/list/gear_tweaks = list() //List of datums which will alter the item after it has been spawned.
var/exploitable = 0 //Does it go on the exploitable information list?
/datum/gear/New()
..()
@@ -76,6 +76,9 @@
display_name = "cell, device"
path = /obj/item/weapon/cell/device
/datum/gear/utility/implant
exploitable = 1
/datum/gear/utility/implant/eal //This does nothing if you don't actually know EAL.
display_name = "implant, language, EAL"
path = /obj/item/weapon/implant/language/eal