Skip to content

Commit

Permalink
skynet doesn't have pickup animation, can't loot - ref BGforgeNet/Fal…
Browse files Browse the repository at this point in the history
  • Loading branch information
burner1024 committed Apr 3, 2022
1 parent ad9ec76 commit 9942014
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/gl_p_party_orders.ssl
Expand Up @@ -227,7 +227,6 @@ procedure can_loot(variable who) begin
case KILL_TYPE_children_kills: i_can = true;
case KILL_TYPE_ghoul_kills: i_can = true;
case KILL_TYPE_men_kills: i_can = true;
case KILL_TYPE_robot_kills: i_can = true; // Robobrain does store weapons and ammo somewhere, right?
case KILL_TYPE_super_mutant_kills: i_can = true;
case KILL_TYPE_women_kills: i_can = true;
default: i_can = false;
Expand Down

0 comments on commit 9942014

Please sign in to comment.