Skip to content

Commit

Permalink
Revert "Loyalty implant fix"
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueNexus committed Sep 27, 2015
1 parent 6c17926 commit 2879c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/jobs/job/captain.dm
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ var/datum/announcement/minor/captain_announcement = new(do_newscast = 1)
H.equip_to_slot_or_del(new /obj/item/weapon/storage/box/ids(H.back), slot_in_backpack)


H.implant_loyalty(H)
H.implant_loyalty(src)

return 1

Expand Down

0 comments on commit 2879c97

Please sign in to comment.