Skip to content

Commit

Permalink
Merge pull request #26938 from Cyberboss/patch-76
Browse files Browse the repository at this point in the history
Fixes his grace CtrlClick
  • Loading branch information
lzimann authored May 7, 2017
2 parents 242f5b7 + 4141adf commit ad4f15d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/weapons/his_grace.dm
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
..()

/obj/item/weapon/his_grace/CtrlClick(mob/user) //you can't pull his grace
attack_hand(user)
return

/obj/item/weapon/his_grace/examine(mob/user)
..()
Expand Down

0 comments on commit ad4f15d

Please sign in to comment.