Skip to content

Commit

Permalink
Убран ручной запуск процессинга для loyalty импланта (TauCetiStation#…
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaiR authored Oct 15, 2020
1 parent 61eb642 commit a6c7a1e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion code/datums/mind.dm
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,6 @@
else
L = new /obj/item/weapon/implant/mindshield/loyalty(H)
L.inject(H)
START_PROCESSING(SSobj, L)

H.sec_hud_set_implants()
to_chat(H, "<span class='warning'><Font size =3><B>You somehow have become the recepient of a [is_mind_shield ? "mind shield" : "loyalty"] transplant,\
Expand Down
1 change: 0 additions & 1 deletion code/game/response_team.dm
Original file line number Diff line number Diff line change
Expand Up @@ -268,5 +268,4 @@ var/can_call_ert

var/obj/item/weapon/implant/mindshield/loyalty/L = new(src)
L.inject(src)
START_PROCESSING(SSobj, L)
return 1
3 changes: 0 additions & 3 deletions code/modules/admin/verbs/debug.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1176,7 +1176,6 @@ But you can call procs that are of type /mob/living/carbon/human/proc/ for that
M.equip_to_slot_or_del(W, SLOT_WEAR_ID)

var/obj/item/weapon/implant/mindshield/loyalty/L = new(M)
START_PROCESSING(SSobj, L)
L.inject(M)
if("hop")
M.equip_to_slot_or_del(new /obj/item/clothing/under/rank/head_of_personnel(M), SLOT_W_UNIFORM)
Expand Down Expand Up @@ -1226,7 +1225,6 @@ But you can call procs that are of type /mob/living/carbon/human/proc/ for that

var/obj/item/weapon/implant/mindshield/loyalty/L = new(M)
L.inject(M)
START_PROCESSING(SSobj, L)
if("cmo")
M.equip_to_slot_or_del(new /obj/item/clothing/under/rank/chief_medical_officer(M), SLOT_W_UNIFORM)
M.equip_to_slot_or_del(new /obj/item/clothing/shoes/brown(M), SLOT_SHOES)
Expand Down Expand Up @@ -1750,7 +1748,6 @@ But you can call procs that are of type /mob/living/carbon/human/proc/ for that

var/obj/item/weapon/implant/mindshield/loyalty/L = new(M)
L.inject(M)
START_PROCESSING(SSobj, L)
if("assistant")
M.equip_to_slot_or_del(new /obj/item/clothing/under/color/grey(M), SLOT_W_UNIFORM)
M.equip_to_slot_or_del(new /obj/item/clothing/shoes/black(M), SLOT_SHOES)
Expand Down
1 change: 0 additions & 1 deletion code/modules/admin/verbs/striketeam.dm
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ var/global/sent_strike_team = 0

var/obj/item/weapon/implant/mindshield/loyalty/L = new(src)
L.inject(src)
START_PROCESSING(SSobj, L)



Expand Down

0 comments on commit a6c7a1e

Please sign in to comment.