Skip to content

Commit

Permalink
Fixed Sulik's appearance after parting ways with him in his tribe
Browse files Browse the repository at this point in the history
  • Loading branch information
NovaRain committed Feb 23, 2024
1 parent 8d902b5 commit b237ec7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts_src/klamath/kcsulik.ssl
Original file line number Diff line number Diff line change
Expand Up @@ -1939,6 +1939,7 @@ procedure Node093 begin
set_local_var(LVAR_Gave_Stuff,1);
//add sulik stuff to player inventory
inven_unwield(self_obj);
art_change_fid_num(self_obj, FID_NMWARR); // reset appearance
move_obj_inven_to_obj(self_obj, dude_obj);
set_local_var(LVAR_At_Tribe,3);
end
Expand Down

0 comments on commit b237ec7

Please sign in to comment.