Skip to content

Commit 38b6518

Browse files
authored
Update FUNCTIONS.md
1 parent ac8a406 commit 38b6518

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/FUNCTIONS.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ game::auto_loot(entity::get_player(), entity::get_look_at())
1515
// kill anything you're looking at as the player
1616
game::kill(entity::get_player(), entity::get_look_at())
1717
18-
// kill anything you're looking at as
18+
// kill anything you're looking at as no one
1919
game::kill(entity::none(), entity::get_look_at())
2020
2121
// log the ram attack range
@@ -35,7 +35,6 @@ game::on_quest_success_player_traitor_to_humanity()
3535
- `on_info_advance_playing_time_by_hours(hours: i64)`
3636
- `set_player_rank(rank: i64)`
3737
- `set_target_hour(hour: i64)`
38-
3938
- `movement_callback()`
4039
- `movement_sneaking_callback()`
4140
- `movement_blocked_callback()`

0 commit comments

Comments
 (0)