Display in hands Mug for Tavernkeeper
This commit is contained in:
parent
aa850a7c0b
commit
ca8790bb19
8 changed files with 109 additions and 16 deletions
|
@ -21,6 +21,7 @@ public class Cleaning_workshop : Workshop
|
|||
if (mug!= null)
|
||||
{
|
||||
Debug.Log(userObject.name+ " stocked in "+gameObject.name);
|
||||
mug.take();
|
||||
stock.Add(userObject);
|
||||
|
||||
return true; //Object taken
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue