* waved away
* waves at you with my [Prime Cut Corgi Meat]
* pls dont litter the repository with unnecessary components
* forgot to remove a variable from testing
* guh
* the more things change, the more things stay the same
* and then she ternaried everywhere
* owie
* LaunchOnTriggerComponent
Launches an object when a trigger on that
object is caused. The launch will be a certain
amount of force. The direction of the force
will be in the direction the object is facing.
* Fire stationary objects in the direction they're facing
* EVIL
* LESS EVIL
* Resolve @ScarKy0 comments
* Add "Reset to default" verb to `TriggerOnVoice`
* Forgor to remove these changes
* Apply requested changes
* Test fail is real
* Apply requested changes
* Update according to refactored trigger system
* cleanup
---------
Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
* Syndicate locks are now selectable
* Minor tweaks
* Make not syndicate themed
* Address refview
* review
---------
Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
* added triggers for when an entity is inserted or removed from a container, for both the entity and the container
* removed unnecessary comments
* consolidated into one shared system for all four triggers
* consolidated into one shared system for all four triggers
* named it right this time
* made container owner user of got triggers and added guard statements
* container id
* Update Content.Shared/Trigger/Components/Triggers/TriggerOnRemovedFromContainerComponent.cs
---------
Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
* Adds the following batch of trigger refactor components and their associated systems:
TriggerOnLand: LandEvent
TriggerOnExamined: ExaminedEvent
TriggerOnUnbuckle: UnbuckledEvent
TriggerOnBuckle: BuckledEvent
TriggerOnStrap: StrappedEvent
TriggerOnUnstrapped: UnstrappedEvent
* Removes unnecessary lines from comment
* Fix comment formatting, corrects grammar and increases comment clarity.
* adds last forgotten edit to comments
* Update Content.Shared/Trigger/Systems/TriggerOnStrappedOrBuckledSystem.cs
Removes unnecessary comments
Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
* Update Content.Shared/Trigger/Components/Triggers/TriggerOnBuckledComponent.cs
Increases comment clarity
Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
* Update Content.Shared/Trigger/Components/Triggers/TriggerOnExaminedComponent.cs
Increases comment clarity
Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
* Update Content.Shared/Trigger/Components/Triggers/TriggerOnLandComponent.cs
Increases comment clarity
Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
* Update Content.Shared/Trigger/Components/Triggers/TriggerOnStrappedComponent.cs
Increases comment clarity
Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
* Update Content.Shared/Trigger/Components/Triggers/TriggerOnUnbuckledComponent.cs
Increases comment clarity
Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
* Update Content.Shared/Trigger/Components/Triggers/TriggerOnUnstrappedComponent.cs
Increases comment clarity
Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
* refactored TriggerOnStrappedOrBuckledSystem.cs
removed TriggerOnExaminedSystem.cs and moved it into TriggerSystem.Interaction.cs
Changes currently untested, not sure how to make it so modders can change what method they want sending out the appropriate trigger key but want to save progress working on it and get feedback from maintainers
* Removed component which already exists as part of TriggerSystem.Interaction.cs
* Restores accidentally removed component
* Apply suggestions from code review
---------
Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
* branch names don't matter anyway
* commits are a window to the soul
* requested change
* also requested
* ship it
* remove key
---------
Co-authored-by: iaada <iaada@users.noreply.github.com>