Merge pull request #8845 from Ghommie/Ghommie-cit121

Tweaking the 🅱️ emoji icon.
This commit is contained in:
kevinz000
2019-07-14 03:35:33 -07:00
committed by GitHub
8 changed files with 37 additions and 40 deletions
@@ -9,3 +9,13 @@
return 0
else
return ..()
/obj/item/gun/proc/getinaccuracy(mob/living/user)
if(!iscarbon(user))
return 0
else
var/mob/living/carbon/holdingdude = user
if(istype(holdingdude) && holdingdude.combatmode)
return max((holdingdude.lastdirchange + weapon_weight * 25) - world.time,0)
else
return weapon_weight * 25