diff options
| author | anonymous puppy | 2026-01-21 19:31:10 +0000 |
|---|---|---|
| committer | jade (winter) | 2026-01-21 20:03:07 +0000 |
| commit | 4f928f9ea883fc2125437e8831df18cd856d715b (patch) | |
| tree | 4019029d507449971c61e4b9d86a549dc923d874 /Digitigrade | |
| parent | 07d1f1236c11b4261ab2b954a91278711a24901c (diff) | |
Add sniff and squish verbs to Poke
Immediately deviates from the extension spec :3
Diffstat (limited to 'Digitigrade')
| -rw-r--r-- | Digitigrade/PokeVerb.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Digitigrade/PokeVerb.php b/Digitigrade/PokeVerb.php index 6490b78..c408379 100644 --- a/Digitigrade/PokeVerb.php +++ b/Digitigrade/PokeVerb.php @@ -11,4 +11,6 @@ enum PokeVerb: string { case HUG = 'hug'; case KISS = 'kiss'; case PET = 'pet'; -}
\ No newline at end of file + case SNIFF = 'sniff'; + case SQUISH = 'squish'; +} |
