Skip to content

Commit c0f7bd6

Browse files
authored
Commented following lines in [ITEMDEF 080] and added explanation of why and when they should be uncommented. (#24)
//on=@create //if <serv.spell.<morex>.flags>&SPELLFLAG_FIELD //timerf 1,timer = <R10,15> //endif
1 parent a53d757 commit c0f7bd6

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

items/i_building_walls.scp

+6-5
Original file line numberDiff line numberDiff line change
@@ -534,11 +534,12 @@ DUPEITEM=07a
534534

535535
[ITEMDEF 080]
536536
//This is the hardcoded ITEMDEF used by Wall of Stone spell
537-
//It has been excluded from the i_wall_hugebrick DUPELIST on purpose
538-
on @create
539-
if <serv.spell.<morex>.flags>&SPELLFLAG_FIELD
540-
timerf 1,timer = <R10,15>
541-
endif
537+
//It has been excluded from the i_wall_hugebrick DUPELIST on purpose.
538+
//Uncomment the lines below if you want that every piece of STONE WALL does not disappear at the same time.
539+
//on=@create
540+
//if <serv.spell.<morex>.flags>&SPELLFLAG_FIELD
541+
//timerf 1,timer = <R10,15>
542+
//endif
542543

543544
[ITEMDEF 081]
544545
//hugebrick wall (full)

0 commit comments

Comments
 (0)