aboutsummaryrefslogtreecommitdiff
path: root/buildings/intern.gd
blob: cf0029bbc970bd36c312fd063cf400eb41e17e73 (plain)
1
2
3
4
5
extends BuildingInterface


func _tick() -> void:
	SaveState.try_gain_coffee(get_amount())