Moves "Adjust Mask" verb to the "Object" group (#7200)

Breath masks, as well as other adjustable masks, didn't have a proper name and category set for them, resulting in "adjust mask" verb being in its own "commands" category. This PR capitalizes the verb name and moves it into "Object" category.
This commit is contained in:
aleksix
2019-10-19 23:00:26 +03:00
committed by Erki
parent 9069098ba4
commit e91c9cea62
2 changed files with 43 additions and 0 deletions

View File

@@ -562,6 +562,8 @@
return
/obj/item/clothing/mask/proc/adjust_mask(mob/user)
set name = "Adjust Mask"
set category = "Object"
if(!adjustable)
return
if(use_check_and_message(user))