Hide disposal unit "Jump inside" verb for mobs that won't fit (#27367)
Hide "Jump inside" verb showing for mobs that won't fit
This commit is contained in:
@@ -143,6 +143,9 @@ public sealed class DisposalUnitSystem : SharedDisposalUnitSystem
|
||||
return;
|
||||
}
|
||||
|
||||
if (!CanInsert(uid, component, args.User))
|
||||
return;
|
||||
|
||||
// Add verb to climb inside of the unit,
|
||||
Verb verb = new()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user