Skip to content

Commit

Permalink
mindshield - loyalty
Browse files Browse the repository at this point in the history
  • Loading branch information
Super3222 committed Jun 15, 2016
1 parent bcdacc8 commit f98e1ad
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions code/game/machinery/computer/Operating.dm
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@
/obj/item/weapon/implant/loyalty,
/obj/item/weapon/implant/tracking,
/obj/item/weapon/implant/chem,

)


var/list/organs = list(
/obj/item/organ/internal/heart,
/obj/item/organ/internal/appendix,
Expand Down Expand Up @@ -61,7 +59,7 @@

/obj/machinery/computer/operating/proc/bootup_implants()
audible_message("[src] reboots their implant database and reverts back the intiial set.")
implants += /obj/item/weapon/implant/mindshield
implants += /obj/item/weapon/implant/loyalty
implants += /obj/item/weapon/implant/tracking
implants += /obj/item/weapon/implant/chem

Expand Down

0 comments on commit f98e1ad

Please sign in to comment.