Remove vehicles (#24681)
* Remove wheelchairs Vehicle code is dogwater and wheelchairs just keeps exposing edgecases. If someone wants it brought it back they can do vehicle refactor. * Also this one * Remove vehicles * goodbye vehicles * Remove this check * sasd * Cronch * Add sprites back * jani
This commit is contained in:
@@ -4,10 +4,10 @@ using Robust.Shared.Serialization;
|
||||
namespace Content.Shared.Foldable;
|
||||
|
||||
/// <summary>
|
||||
/// Used to create "foldable structures" that you can pickup like an item when folded. Used for rollerbeds and wheelchairs.
|
||||
/// Used to create "foldable structures" that you can pickup like an item when folded.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Wiill prevent any insertions into containers while this item is unfolded.
|
||||
/// Will prevent any insertions into containers while this item is unfolded.
|
||||
/// </remarks>
|
||||
[RegisterComponent]
|
||||
[NetworkedComponent]
|
||||
|
||||
Reference in New Issue
Block a user