Remove more interaction without hands (#8946)
* Remove stack splitting without hands * more no hands crap
This commit is contained in:
@@ -69,7 +69,7 @@ namespace Content.Server.Morgue
|
||||
|
||||
private void AddCremateVerb(EntityUid uid, CrematoriumEntityStorageComponent component, GetVerbsEvent<AlternativeVerb> args)
|
||||
{
|
||||
if (!args.CanAccess || !args.CanInteract || component.Cooking || component.Open)
|
||||
if (!args.CanAccess || !args.CanInteract || args.Hands == null || component.Cooking || component.Open )
|
||||
return;
|
||||
|
||||
AlternativeVerb verb = new();
|
||||
|
||||
Reference in New Issue
Block a user