[MIRROR] removes double spaces AFTER symbols [MDB IGNORE] (#9226)

* removes double spaces AFTER symbols

* Fixing conflicts

Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com>
Co-authored-by: GoldenAlpharex <jerego1234@hotmail.com>
This commit is contained in:
SkyratBot
2021-11-05 18:15:12 -04:00
committed by GitHub
co-authored by John Willard GoldenAlpharex
parent 2a61065e2b
commit b7b6bd501f
166 changed files with 252 additions and 252 deletions
+1 -1
View File
@@ -86,7 +86,7 @@
var/Text = href_list["adjustDamage"]
var/amount = input("Deal how much damage to mob? (Negative values here heal)","Adjust [Text]loss",0) as num|null
var/amount = input("Deal how much damage to mob? (Negative values here heal)","Adjust [Text]loss",0) as num|null
if (isnull(amount))
return