Update
This commit is contained in:
		| @@ -1,5 +1,3 @@ | |||||||
| # TODO: Check if these work, they don't seem to... |  | ||||||
|  |  | ||||||
| - name: stationengineer | - name: stationengineer | ||||||
|   regex: <Talent identifier="stationengineer">!anyvalue="(?<skillbonus>!num)"!anyvalue="(?<skillbonusv>!num)" |   regex: <Talent identifier="stationengineer">!anyvalue="(?<skillbonus>!num)"!anyvalue="(?<skillbonusv>!num)" | ||||||
|   lua: | |   lua: | | ||||||
|   | |||||||
| @@ -1,6 +1,5 @@ | |||||||
| - name: containers | - name: containers | ||||||
|   regex: '(?-s)capacity="(?<capacity>!num)"(?:!anyslotsperrow="(?<slotsperrow>!num))?' |   regex: '(?-s)capacity="(?<capacity>!num)"(?:!anyslotsperrow="(?<slotsperrow>!num))?' | ||||||
|   # TODO: Fix this script, why is it failing? |  | ||||||
|   lua: | |   lua: | | ||||||
|     capacity=capacity*2 |     capacity=capacity*2 | ||||||
|     if not slotsperrow then return true end |     if not slotsperrow then return true end | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user