Module:Block value: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 12: | Line 12: | ||
-- Strip trailing "s" on everything but these | -- Strip trailing "s" on everything but these | ||
if type=="blast resistance" then | if type=="blast resistance" then | ||
block=block:gsub( "['%(%)%-%s]+", '' ) | |||
else | else | ||
local keepS = { | local keepS = { | ||