Ports Gloves of the North Star

This commit is contained in:
Fox McCloud
2018-05-17 17:20:28 -04:00
parent 541f2ef15e
commit 45858df458
2 changed files with 18 additions and 0 deletions
@@ -132,3 +132,14 @@
cell.forceMove(get_turf(loc))
cell = null
update_icon()
/obj/item/clothing/gloves/fingerless/rapid
name = "Gloves of the north star"
desc = "Just looking at these fills you with an urge to beat the shit out of people."
/obj/item/clothing/gloves/fingerless/rapid/Touch(mob/living/target, proximity = TRUE)
var/mob/living/M = loc
if(M.a_intent == INTENT_HARM)
M.changeNext_move(CLICK_CD_RAPID)
.= FALSE