Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Resources/Locale/en-US/_Floof/interaction/verbs/noop.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ interaction-RudeGesture-name = Rude Gesture
interaction-RudeGesture-description = Give someone a rude gesture for angering you...
interaction-RudeGesture-success-self-popup = You make a rude gesture at {THE($target)}.
interaction-RudeGesture-success-target-popup = You think that {THE($user)} might have just made a rude gesture at you...
interaction-RudeGesture-success-others-popup = You think that {THE($user)} might have made a rude gesture at {THE($target)}...

interaction-SuggestiveGesture-name = Suggestive Gesture
interaction-SuggestiveGesture-description = Make a suggestive and provocative gesture to someone else...
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
- type: Interaction
id: RudeGesture
parent: BaseGlobal
priority: -98 # Move this down since this will be less used
requiresHands: true
requiresCanInteract: false
contactInteraction: false
Expand Down Expand Up @@ -116,6 +117,8 @@
hideByRequirement: true
requirement:
!type:MobStateRequirement # Don't check out a wall
inverted: true

# Point gun at someone.
- type: Interaction
id: PointGunAt
Expand Down
Loading