Makes All Instances of Implanting Use Proper Procs (#7224)

This commit is contained in:
Fox McCloud
2017-05-05 15:45:37 -07:00
committed by Crazy Lemon
parent dcd340eddc
commit 9a43700e5d
10 changed files with 15 additions and 34 deletions
+1 -2
View File
@@ -485,8 +485,7 @@ client/proc/one_click_antag()
//Now apply cortical stack.
var/obj/item/weapon/implant/cortical/I = new(new_vox)
I.imp_in = new_vox
I.implanted = 1
I.implant(new_vox)
cortical_stacks += I
new_vox.equip_vox_raider()
+1 -3
View File
@@ -158,9 +158,7 @@ var/global/sent_strike_team = 0
var/obj/item/weapon/implant/mindshield/L = new/obj/item/weapon/implant/mindshield(src)
L.imp_in = src
L.implanted = 1
sec_hud_set_implants()
L.implant(src)
var/obj/item/weapon/card/id/W = new(src)
W.name = "[real_name]'s ID Card"