From f03007d693abeaa60e390a717caa5392e032d8eb Mon Sep 17 00:00:00 2001 From: BeeSting12 Date: Wed, 19 Apr 2017 00:29:44 -0400 Subject: [PATCH 1/2] removes flashbang's space --- config/sillytips.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/sillytips.txt b/config/sillytips.txt index 2652414eced..a3d619ec7c4 100644 --- a/config/sillytips.txt +++ b/config/sillytips.txt @@ -25,6 +25,6 @@ Plenty of things that aren't traditionally considered weapons can still be used DEATH IS IMMINENT! This game is older than most of the people playing it. Do not go gentle into that good night. -Flash bangs can weaken blob tiles, allowing for you and the crew to easily destroy them. +Flashbangs can weaken blob tiles, allowing for you and the crew to easily destroy them. Just the tip? Some people are unable to read text on a game where half of it is based on text. \ No newline at end of file From 36a571ecb8cd3d714da1b7029d26c632448622d8 Mon Sep 17 00:00:00 2001 From: BeeSting12 Date: Sat, 22 Apr 2017 21:33:32 -0400 Subject: [PATCH 2/2] fixes compile issues --- tgstation.dme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tgstation.dme b/tgstation.dme index ce31408553c..8985f09c2f3 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -656,8 +656,8 @@ #include "code\game\objects\effects\mines.dm" #include "code\game\objects\effects\misc.dm" #include "code\game\objects\effects\overlays.dm" -#include "code\game\objects\effects\proximity.dm" #include "code\game\objects\effects\portals.dm" +#include "code\game\objects\effects\proximity.dm" #include "code\game\objects\effects\spiders.dm" #include "code\game\objects\effects\step_triggers.dm" #include "code\game\objects\effects\wanted_poster.dm"