mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-02 13:32:32 +00:00
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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user