-
Notifications
You must be signed in to change notification settings - Fork 441
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* bugfix: walking on tables * bugfix: walking on tables * bugfix: walking on tables * bugfix: walking on tables * add: climbing animation Added climbing animation when climbing onto a structures. * bugfix: climbing in clown shoes Fixed animation of clown boots when on structures * add: fall animation Added fall animation if the mob was above the surface. * add: hopping animation Added hopping animation when a mob climbs over a fence and small bugfix. * add: hopping animation Added hopping animation when a mob climbs over a railing and small bugfix. * bugfix: disables climb animation Disables the climbing animation on fences with a medium hole. The time of climbing through the hole is increased by 3 times (values taken from define). * bugfix: walking on tables Fixed the possibility of walking on tables. Added the feature of climbing on the skeleton bar. Now the table can be accessed from any structures that can be climbed. * Update structures.dm * Update tables_racks.dm * bugfix: walking on tables * bugfix: walking on tables * bugfix: walking on tables * bugfix: disables climb animation * add: hopping animation * bugfix: walking on tables * bugfix: walking on tables Fix drop doll on pulling action and destroy action. * bugfix: move stuctures with mob * refactor: changed 'usr' to 'user' * refactor: changed 'usr' to 'user' * refactor: changed 'usr' to 'user' * refactor: changed 'usr' to 'user' * bugfix: moving a tray table with something on it * bugfix: table drop damage for anthropomorphs only Животные теперь не умирают сидя на столе. * bugfix: multi-person fall Co-authored-by: Rerik007 <[email protected]> * refactor: change <span> to proc * bugfix: Oops! * refactor: usr to user * refactor: standardization Co-authored-by: BeebBeebBoob <[email protected]> --------- Co-authored-by: Rerik007 <[email protected]> Co-authored-by: BeebBeebBoob <[email protected]>
- Loading branch information
1 parent
5b8943b
commit 28dc080
Showing
6 changed files
with
212 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.