Merge pull request #6500 from KasparoVy/you_tracking_implanted_the_floor

Loadout Implants Properly go in Mob, not on Floor
This commit is contained in:
Anewbe
2019-10-29 20:33:45 -04:00
committed by VirgoBot
parent 45d9730737
commit d7c0195212
7 changed files with 9 additions and 26 deletions

View File

@@ -271,4 +271,7 @@ var/list/gear_datums = list()
var/item = new gd.path(gd.location)
for(var/datum/gear_tweak/gt in gear_tweaks)
gt.tweak_item(item, metadata["[gt]"])
var/mob/M = location
if(istype(M) && exploitable) //Update exploitable info records for the mob without creating a duplicate object at their feet.
M.amend_exploitable(item)
return item

View File

@@ -127,7 +127,7 @@
/datum/gear/utility/implant/neural
display_name = "implant, neural assistance web"
description = "A complex web implanted into the subject, medically in order to compensate for neurological disease."
path = /obj/item/weapon/implant/neural/roundstart
path = /obj/item/weapon/implant/neural
cost = 6
/datum/gear/utility/implant/dud1