Skip to content

Commit

Permalink
To avoid game crash with some kills. For example some stalker kills.
Browse files Browse the repository at this point in the history
  • Loading branch information
intorr committed Dec 10, 2017
1 parent 293a7fa commit e7839b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/gamedata/scripts/lua_help.script
Original file line number Diff line number Diff line change
Expand Up @@ -7715,7 +7715,7 @@ C++ class game_object {

function direction() const;

function kill(game_object*);
function kill(game_object*, boolean);

function cost() const;

Expand Down

0 comments on commit e7839b5

Please sign in to comment.