DO who fix & implant

This commit is contained in:
SoundScopes
2015-04-17 09:57:38 +01:00
parent 585ad872c1
commit dda6fe985e
2 changed files with 9 additions and 1 deletions
@@ -146,6 +146,14 @@
M.equip_if_possible(pda, slot_belt)
//Implant because access
var/obj/item/weapon/implant/loyalty/imp = new/obj/item/weapon/implant/loyalty(M)
imp.imp_in = M
imp.implanted = 1
var/datum/organ/external/affected = M.organs_by_name["head"]
affected.implants += imp
imp.part = affected
var/obj/item/weapon/card/id/W = new(M)
W.name = "[M.real_name]'s ID Card"
W.icon_state = "centcom"