Skip to content

Commit

Permalink
minor fixes for PI, ref #16
Browse files Browse the repository at this point in the history
  • Loading branch information
burner1024 committed Jun 21, 2020
1 parent 9b13280 commit d4613f2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tnt/components/uncheese_project_image/main.tpa
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ COPY_EXISTING ~%WIZARD_PROJECT_IMAGE%.spl~ override
END
BUT_ONLY
COPY ~%comp_dir%/g_pi_spy.eff~ override
WRITE_ASCIIT 0x30 ~g_pispy~
WRITE_ASCIIT 0x70 ~shskull~
WRITE_ASCIIT 0x30 ~%pi_spy_cre%~
WRITE_ASCIIT 0x70 ~shskull~ // this is what disables the smoke cloud

// add unique shout to ids
LAF g_add_ids_unique STR_VAR ids = ~shoutids~ label = ~g_pnp_pi~ RET g_pnp_pi_shout = index END
Expand Down Expand Up @@ -97,6 +97,5 @@ COPY_EXISTING ~projimag.spl~ override
parameter2 = SCRIPT_TYPE_override
STR_VAR
resource = ~%pi_script%~
resource2 = ~shskull~
END
BUT_ONLY

0 comments on commit d4613f2

Please sign in to comment.