Merge pull request #2095 from Citadel-Station-13/upstream-merge-29393

[MIRROR] Fixes harmonicas acting like muzzles (and runtiming instead of properly muting you too.)
This commit is contained in:
LetterJay
2017-07-23 06:52:10 -05:00
committed by GitHub
3 changed files with 8 additions and 5 deletions
-5
View File
@@ -331,11 +331,6 @@ BLIND // can't see anything
var/mob/M = loc
M.update_inv_wear_mask()
//Override this to modify speech like luchador masks.
/obj/item/clothing/mask/proc/speechModification(message)
return message
//Proc that moves gas/breath masks out of the way, disabling them and allowing pill/food consumption
/obj/item/clothing/mask/proc/adjustmask(mob/living/user)
if(user && user.incapacitated())