Fix the robot cheating
This commit is contained in:
parent
e257ddcb50
commit
44c5dfbf92
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ var safety_zone: Area3D
|
|||
func _ready() -> void:
|
||||
_spawn_transform = transform
|
||||
EventBus.doors_opened.connect(func(): doors_open = true)
|
||||
EventBus.doors_fully_closed.connect(func(): doors_open = false)
|
||||
EventBus.doors_closed.connect(func(_fast: bool): doors_open = false)
|
||||
EventBus.robot_stun_requested.connect(func(d: float): stun_remaining += d)
|
||||
EventBus.robot_floor_started.connect(_on_floor_started)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue