mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Merge branch 'highlight-regex' of https://github.com/craftxbox/Paradise into highlight-regex
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user