Jump to content

Typo in action macro ironskins_text_cleanup


Wisp

Recommended Posts

GET_STRREF 8300 ~stone~
OUTER_SPRINT ~ironstone~ ~%stone%~^~, ~^~%iron3%~
COPY_EXISTING ~spwi513.spl~ ~override~
	READ_STRREF 0x50 ~sourcestring~
	INNER_PATCH_SAVE ~sourcestring~ ~%sourcestring%~ BEGIN
		REPLACE_TEXTUALLY CASE_INSENSITIVE ~%stone%~ ~%ironstone%~
	END
	SAY_EVALUATED 0x50~%sourcestring%~
COPY_EXISTING ~scrl6u.itm~ ~override~
	READ_STRREF 0x54 ~sourcestring~
	INNER_PATCH_SAVE ~sourcestring~ ~%sourcestring%~ BEGIN
		REPLACE_TEXTUALLY CASE_INSENSITIVE ~%iron3%~ ~%ironstone%~
	END
	SAY_EVALUATED 0x54 ~%sourcestring%~

The variable %iron3% in the block that modifies scrl6u.itm should be %stone%.

 

Additionally, the Breach description ends with the following;

Breach will not dispel Iron Skins.

, which isn't fixed by the text cleanup.

Link to comment
Additionally, the Breach description ends with the following;

Breach will not dispel Iron Skins.

, which isn't fixed by the text cleanup.

 

Blame the GTU, I think - my version of the spell doesn't have that line.

 

(I'm gradually coming round to the opinion that I'm trying to be too clever, and that I should just substitute a new description.)

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...