Allowed grenades to be stuffed into mouths and primed.

This commit is contained in:
Zuhayr
2015-12-22 13:19:50 +10:30
parent 35e2468c54
commit 8602f07d31
20 changed files with 62 additions and 35 deletions
+1 -1
View File
@@ -213,7 +213,7 @@ var/list/spells = typesof(/spell) //needed for the badmin verb for now
return 0
if(ishuman(user) && !(invocation_type in list(SpI_EMOTE, SpI_NONE)))
if(istype(user.wear_mask, /obj/item/clothing/mask/muzzle))
if(user.is_muzzled())
user << "Mmmf mrrfff!"
return 0