Skip to content

Commit

Permalink
bug: do not drop player items on death
Browse files Browse the repository at this point in the history
  • Loading branch information
goblinhack committed Jul 18, 2023
1 parent 2910b0c commit c6f3ace
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<!-- Bugs -->
<!-- ------ -->
<!-- on death do not drop player items -->
<!-- ------ -->
<!-- -->
<!-- Performance -->
Expand Down
1 change: 0 additions & 1 deletion python/things/player/player.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ def tp_init(name, text_long_name, text_short_name, title):
my.nutrition_dice(self, "2d10")
my.on_born_do(self, "player.on_born()")
my.on_death_do(self, "player.on_death()")
my.on_death_drop_all_items(self, True)
my.on_fall_begin_do(self, "player.on_fall_begin()")
my.on_hit_and_still_alive_do(self, "player.on_hit_and_still_alive()")
my.on_move_do(self, "player.on_move()")
Expand Down

0 comments on commit c6f3ace

Please sign in to comment.