Skip to content

Commit cceb80f

Browse files
committed
only print scs messages if it's installed
1 parent 131b0ec commit cceb80f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ua/compatibility/scs.tpa

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
// Sword Coast Stratagems
22
ACTION_IF GAME_INCLUDES ~bg2~ BEGIN
3-
PRINT ~Sword Coast Stratagems: Move or modify some overpowered magic items~
43
// Robe of Vecna moved to Azamantes, the lich guardian of the Seal of the Imprisoned One.
54
LAF IS_ITEM_ON_CREATURE STR_VAR creature = ~gorlic01~ item = ~wa2robe~ RET present END
65
ACTION_IF present == 1 BEGIN
6+
PRINT ~Sword Coast Stratagems: Move or modify some overpowered magic items - Robe of Vecna~
77
OUTER_SET $item_source_compat(~wa2robe~ ~gorlic01.cre~) = 1
88
OUTER_SET $item_source_compat(~wa2robe~ ~wmart2.sto~) = 0
99
END
1010
// The Cloak of Mirroring is now worn by Vongoethe, the lich in Amkethran.
1111
LAF IS_ITEM_ON_CREATURE STR_VAR creature = ~demilich~ item = ~clck26~ RET present END
1212
ACTION_IF present == 1 BEGIN
13+
PRINT ~Sword Coast Stratagems: Move or modify some overpowered magic items - Cloak of Mirroring~
1314
OUTER_SET $item_source_compat(~clck26~ ~demilich.cre~) = 1
1415
OUTER_SET $item_source_compat(~clck26~ ~sahramb3.cre~) = 0
1516
END

0 commit comments

Comments
 (0)