]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Equip and unequip triggers (#39675)
authorArtxmisery <78118840+Artxmisery@users.noreply.github.com>
Sat, 16 Aug 2025 13:50:32 +0000 (13:50 +0000)
committerGitHub <noreply@github.com>
Sat, 16 Aug 2025 13:50:32 +0000 (15:50 +0200)
commit71f5c2d665b124845d6e0b73f969d70d995999bd
treee17a04f12492e284983d7b15ea23164fd3c6091b
parent0947e2cd2248e3bbe6d2f8b7592aff72e890afa2
Equip and unequip triggers (#39675)

* added equip and unequip triggers for equipment and equipee

* Update Content.Shared/Trigger/Components/Triggers/TriggerOnDidEquipComponent.cs

---------

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
Content.Shared/Trigger/Components/Triggers/TriggerOnDidEquipComponent.cs [new file with mode: 0644]
Content.Shared/Trigger/Components/Triggers/TriggerOnDidUnequipComponent.cs [new file with mode: 0644]
Content.Shared/Trigger/Components/Triggers/TriggerOnGotEquippedComponent.cs [new file with mode: 0644]
Content.Shared/Trigger/Components/Triggers/TriggerOnGotUnequippedComponent.cs [new file with mode: 0644]
Content.Shared/Trigger/Systems/TriggerOnEquipmentSystem.cs [new file with mode: 0644]