Fixes the autologging items in antag records

This commit is contained in:
Anewbe
2017-10-11 21:16:18 -05:00
parent 7cafd7d239
commit dea7346b94
2 changed files with 4 additions and 1 deletions
+2 -1
View File
@@ -352,7 +352,8 @@ var/global/datum/controller/occupations/job_master
H << "<span class='warning'>Your current species, job or whitelist status does not permit you to spawn with [thing]!</span>"
continue
H.amend_exploitable(G.path)
if(G.exploitable)
H.amend_exploitable(G.path)
if(G.slot == "implant")
H.implant_loadout(G)
@@ -89,12 +89,14 @@
path = /obj/item/weapon/implant/language/eal
cost = 2
slot = "implant"
exploitable = 1
/datum/gear/utility/implant/tracking
display_name = "implant, tracking"
path = /obj/item/weapon/implant/tracking/weak
cost = 10
slot = "implant"
exploitable = 1
/datum/gear/utility/translator
display_name = "universal translator"