Added HasVape which is false by default to prevent the player from being able to vape without picking up the vape
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
extends Interactable
|
||||
|
||||
func interact(player):
|
||||
GlobalSettings.HasVape = true
|
||||
print("vape picked up")
|
||||
queue_free()
|
||||
Reference in New Issue
Block a user