Fixes harmonicas acting like muzzles (and runtiming instead of properly muting you too.)

This commit is contained in:
CitadelStationBot
2017-07-21 18:26:06 -05:00
parent 5db90b28dc
commit e937aeaa51
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())