Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gromnir.tpa #15

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ascension/lib/sfo_lite.tph
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ BEGIN
ACTION_IF !FILE_EXISTS ~%data_loc%/%file%~ BEGIN
COPY ~.../stratagems-inline/blank~ ~%data_loc%/%file%~
END
ACTION_IF (~%repeat%~ STRING_COMPARE_CASE ~no~) || !FILE_CONTAINS_EVALUATED ("%data_loc%/%file%" "%input%\($\|%WNL%\|%MNL%\|%LNL\)")BEGIN
ACTION_IF (~%repeat%~ STRING_COMPARE_CASE ~no~) || !FILE_CONTAINS_EVALUATED ("%data_loc%/%file%" "%input%\($\|%WNL%\|%MNL%\|%LNL%\)")BEGIN
APPEND_OUTER ~%data_loc%/%file%~ ~%input%~
END
END
Expand Down Expand Up @@ -1623,4 +1623,4 @@ BEGIN
COPY ~%source_path%/%source%_60.bmp~ ~override/%destination%s.bmp~
END

END // end function define
END // end function define
6 changes: 3 additions & 3 deletions ascension/tougher/gromnir.tpa
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,8 @@ BUT_ONLY
SET_BG2_PROFICIENCY PROFICIENCYLONGBOW 4
ADD_CRE_ITEM helm01 #0 #0 #0 none helmet
ADD_CRE_ITEM sw1h01 #0 #0 #0 none weapon2
REPLACE_CRE_ITEM arow07 #2 #0 #0 none qitem1
REPLACE_CRE_ITEM arow10 #6 #0 #0 none qitem2
REPLACE_CRE_ITEM arow07 #2 #0 #0 none quiver1
REPLACE_CRE_ITEM arow10 #6 #0 #0 none quiver2
ADD_CRE_ITEM potn55 #0 #0 #0 none inv
BUT_ONLY

Expand Down Expand Up @@ -569,4 +569,4 @@ DEFINE_PATCH_FUNCTION gromnir_cre_patch BEGIN
PATCH_IF value BEGIN
ADD_CRE_ITEM bhaalimm #0 #0 #0 none amulet
END
END
END