-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Modular] Adds a action button that lets you toggle if a mask hides y…
…our face (and flavortext) (#1491) (#2527) * Face Revel * check if mask hides face * Apply suggestions from code review * Things Broke but pushing anyways * Action button * Remove Verb The action button functions for the verb, and this doesnt even work * Only add actions to masks that dont have them this should only affect welding masks which already have a action to not hide your face * woops * fix docs * Apply suggestions from code review * File movements * woops i accidentially undid the reviews --------- Co-authored-by: SomeRandomOwl <[email protected]> Co-authored-by: Bloop <[email protected]>
- Loading branch information
1 parent
bdd57ea
commit fdc0447
Showing
4 changed files
with
52 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
/datum/action/item_action/toggle_hide_face | ||
name = "Toggle Face Hiding" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters