5 Commits
Author SHA1 Message Date
siliconsandGitHub 60db51850c experimental gc / init fixes and optimizations, and fixes emotes (#7431) 2025-12-15 09:13:19 +01:00
deathride58andGitHub ed01c1e04f Sokoban-ificator - adds pallet jacks! (#7196)
## About The Pull Request
This was inspired by stray discussions in the discord musing the
potential of adding pallet jacks to the game. We threw our two cents in
proposing that they control like sokoban, and reception was positive!

![dreamseeker_6jUDxkPEcE](https://github.com/user-attachments/assets/8bbdbdc7-abdf-4200-a321-37bc3fec765d)

(Wheelchair sprites are placeholder!)

Pallet jacks have sprites created by Keekenox!

![dreamseeker_VI9CaX7zN7](https://github.com/user-attachments/assets/f8b0fed6-e36e-4798-b432-640087d7a6ab)


Pallet jacks have fairly interesting behavior. Notably:

- They can only be pulled cardinally. Attempting to pull them diagonally
will break the pull.
- They cannot move sideways relative to where they're facing. They can
only move forward and back.
- They can only be pulled from the side that the handle is present on.
- They don't attempt to follow you if you're still adjacent to them when
moving.
- They will always face the mob pulling them.

## Why It's Good For The Game
It'll give cargo an interesting low-tech alternative to ripley mechs if
crates that require more oomph than a spaceman body on its own are added
to the game.

The quirks in their movement are likely to make for some fairly amusing
logistics, particularly when it comes to players unfamiliar with sokoban
puzzles!

## Changelog

🆑 Bhijn and Myr, plus Keekenox for sprites
add: Added pallet jacks! These have fairly peculiar movement quirks,
being fairly reminiscent of push/pull sokoban puzzles.
/🆑
2025-06-06 22:21:21 -09:00
siliconsandGitHub a83bdbcd61 renames setclickcooldown and get_attack_speed (#7126)
staging for melee PR, the way to modify cooldown is no longer direct
calls but modifying the clickchain
2025-04-30 10:14:43 +02:00
39bc14bb4a reworks game preferences (characters v2 staging) (#6310)
Co-authored-by: silicons <no@you.cat>
Co-authored-by: LordME <58342752+TheLordME@users.noreply.github.com>
2024-04-08 12:44:30 +02:00
304bf65a9b mobility flags (#5202)
Co-authored-by: silicons <no@you.cat>
2023-04-22 19:32:16 +02:00