Files
tbd-station-14/Content.Shared/GameObjects/Components
20kdc 380d76f4cd Migrate pulling logic into SharedPullableComponent from PullController (#2627)
* Pulling: Migrate critical pull state from PullController to SharedPullableComponent, fixing two bugs in the process

Bug 1: PullController can be just summoned for no reason when the verb is queried
Bug 2: PullController keeps it's own independent pull state which can (and will) go out of sync (See https://github.com/space-wizards/space-station-14/issues/2619 )

* Pulling: Fix issues with previous commit (or possibly in general?) causing transferring a pull to cause alerts to go wrong

The primary problem is that there is one "pulling slot" for a puller, so SharedPullableComponent needs to stop the existing pull.

* Pulling: Remove debug logs (whoops)
2020-11-27 00:48:10 +11:00
..
2020-06-03 11:46:59 +02:00
2020-11-22 18:38:07 +11:00
2020-10-30 11:25:26 +01:00
2020-10-27 20:53:44 +01:00
2020-10-26 23:19:46 +01:00
2020-10-30 01:16:26 +01:00
2020-08-30 11:16:29 +02:00
2020-09-02 12:07:54 +02:00
2020-10-16 20:36:20 +02:00
2020-11-08 23:43:13 +11:00
2020-10-31 21:56:46 +01:00
2020-07-30 23:45:28 +02:00
2020-10-28 23:51:43 +01:00
2020-06-19 15:20:59 +02:00
2020-10-13 13:40:05 +02:00