Merge pull request #9028 from Fox-McCloud/gloves-of-death

Ports Gloves of the North Star
This commit is contained in:
Crazy Lemon
2018-05-18 20:20:01 -07:00
committed by GitHub
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