Skip to content

Commit b12adca

Browse files
committed
Add slowdown modifier to effects of grappler
1 parent 72567a7 commit b12adca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui/builtinViewColumns/misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def __getData(self, stuff):
195195
tooltip = "Warp core strength modification"
196196
return text, tooltip
197197
elif (
198-
itemGroup in ("Stasis Web", "Stasis Webifying Drone", "Structure Stasis Webifier") or
198+
itemGroup in ("Stasis Web", "Stasis Grappler", "Stasis Webifying Drone", "Structure Stasis Webifier") or
199199
(itemGroup in ("Structure Burst Projector", "Burst Projectors") and "doomsdayAOEWeb" in item.effects)
200200
):
201201
speedFactor = stuff.getModifiedItemAttr("speedFactor")

0 commit comments

Comments
 (0)