Vending Machine Abuse (#8863)

* piece of shit i'll abuse your vending ass

* placeholder

* Update types.yml

* threshold
This commit is contained in:
EmoGarbage404
2022-06-23 00:52:28 -04:00
committed by GitHub
parent 4269a4116c
commit f5e11102ba
7 changed files with 124 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
using Content.Shared.Actions;
using Robust.Shared.GameStates;
using Robust.Shared.Serialization;
@@ -121,4 +122,6 @@ namespace Content.Shared.VendingMachines
{
StatusKey,
}
public sealed class VendingMachineSelfDispenseEvent : InstantActionEvent { };
}