Merge branch 'highlight-regex' of https://github.com/craftxbox/Paradise into highlight-regex

This commit is contained in:
craftxbox
2019-11-04 18:16:53 -03:30
3 changed files with 10 additions and 6 deletions
-6
View File
@@ -1,9 +1,3 @@
#define MECHAMOVE_RAND 1
#define MECHAMOVE_TURN 2
#define MECHAMOVE_STEP 4
/obj/mecha
name = "Mecha"
desc = "Exosuit"
@@ -0,0 +1,6 @@
author: "craftxbox"
delete-after: True
changes:
- bugfix: "fixed colors not working without regex"
- bugfix: "fixed text panel not loading when an invalid regex is added"
- rscadd: "polyfilled string.prototype.includes"
@@ -0,0 +1,4 @@
author: "TDSSS"
delete-after: True
changes:
- rscdel: "duplicate mecha definitions"