View Single Post
TCArknight
Senior Member
 
Join Date: Jan 2007
Location: NW Arkansas
Posts: 1,321

Old June 13th, 2020, 12:15 PM
Currently, the arWpnPick template on the armory tab has this bit of code
Code:
      if (hero.tagis[source.SciFi] + hero.tagis[source.SuperPowr2] <> 0) then
        if (tagis[Modificatn.Modificatn] <> 0) then
          portal[edit].visible = 1
          ~position the edit portal to the left of the gear button
          perform portal[edit].alignrel[rtol,gearmanage,-8]

          ~position the special portal to the left of the edit button
          perform portal[special].alignrel[rtol,edit,-6]
          endif
        endif
Would it be possible to change out the bolded portion to simply look for the Hero.UseMods tag instead?

This would allow use of modifications in settings for SWADE where modifications are present.

I'm guessing that the same check is present on other tabs as well?

Working on -
  • (SWADE) WIP Savage Rifts
  • Savage Rifts (Deluxe): Update link in This post
  • Star Trek Adventures: Update link in This post
TCArknight is offline   #271 Reply With Quote