summaryrefslogtreecommitdiff
path: root/src/elements/newgraphics.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/elements/newgraphics.c')
-rw-r--r--src/elements/newgraphics.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/elements/newgraphics.c b/src/elements/newgraphics.c
index c8581f6..06bc74e 100644
--- a/src/elements/newgraphics.c
+++ b/src/elements/newgraphics.c
@@ -514,3 +514,12 @@ int graphics_COAL(GRAPHICS_FUNC_ARGS) //Both COAL and Broken Coal
return 0;
}
+int graphics_BRCK(GRAPHICS_FUNC_ARGS)
+{
+ if (cpart->tmp == 1)
+ {
+ *pixel_mode |= PMODE_GLOW;
+ *colb += 100;
+ }
+ return 0;
+}