This commit is contained in:
LetterJay
2018-01-01 07:30:50 -06:00
parent 168519c328
commit 5486f71010
5 changed files with 14 additions and 15 deletions
@@ -273,7 +273,7 @@
var/mob/M = loc
M.update_inv_hands()
clean_blood()//blood overlays get weird otherwise, because the sprite changes. (retained from original desword because I have no idea what this is)
SendSignal(COMSIG_COMPONENT_CLEAN_ACT, CLEAN_STRENGTH_BLOOD)//blood overlays get weird otherwise, because the sprite changes. (retained from original desword because I have no idea what this is)
/obj/item/twohanded/hypereutactic/AltClick(mob/living/user)
if(!in_range(src, user)) //Basic checks to prevent abuse