Skip to content

Commit

Permalink
disabled debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
burner1024 committed Mar 9, 2020
1 parent 3a96d6e commit bae901a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tnt/components/smarter_familiars/main.tpa
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ ACTION_PHP_EACH familiar_list AS cre => item BEGIN
REINCLUDE ~%comp_dir%/g_fam.baf.tpa~ //ACTION to generate script. Depends on %death_var% and %fam_item%
COPY_EXISTING ~%fam_cre%.cre~ ~override~
READ_ASCII SCRIPT_OVERRIDE over_script
PATCH_PRINT ~cre is %fam_cre%, script is %over_script%, death_var is %death_var%~
PATCH_IF FILE_EXISTS_IN_GAME ~%over_script%.bcs~ BEGIN //use existing script if possible
over_exists = 1
END ELSE BEGIN //or create a new one
Expand Down

0 comments on commit bae901a

Please sign in to comment.