small fixes
This commit is contained in:
@ -91,7 +91,7 @@ public class DoorInteractable : HeavyItemReceiver
|
||||
else if(insertedCore!=null&&heavyInvent==null)
|
||||
{
|
||||
heavyInvent = insertedCore;
|
||||
print("Picked up:" + heavyInvent.name);
|
||||
|
||||
insertedCore = null;
|
||||
//get ref of player perhaps
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user