Skip to content

Commit

Permalink
destroy Curtis' doll, so it can't be stolen, fixes #177
Browse files Browse the repository at this point in the history
  • Loading branch information
burner1024 committed Dec 31, 2022
1 parent fc1b6d4 commit 24d719d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts_src/valtcity/vccurtis.ssl
Expand Up @@ -344,7 +344,9 @@ procedure Node011 begin

toy := dude_item( PID_MR_NIXON_DOLL);
rm_obj_from_inven( dude_obj, toy );
add_obj_to_inven( self_obj, toy );
// Destroy it, so that Nixon can't be stolen again.
// It doesn't make sense for Curtis to be happy if he has no doll.
destroy_object(toy);

inc_general_rep( REP_BONUS_RETURNED_NIXON );
set_local_var( LVAR_Nixon_Quest, NIXON_RETURNED );
Expand Down

0 comments on commit 24d719d

Please sign in to comment.