From 2ff50cab66e5bd4bd260498f72e17534e443dfd6 Mon Sep 17 00:00:00 2001 From: TheDZD Date: Sun, 19 Jun 2016 14:27:52 -0400 Subject: [PATCH] Fixes a Thing (#4723) * Thanks @tigercat2000 * BYOND does not have 510.1347 for Linux yet --- .travis.yml | 2 +- code/_onclick/hud/hud.dm | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 17850e8d64f..af2cfc45cc9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ git: env: global: - BYOND_MAJOR="510" - - BYOND_MINOR="1342" + - BYOND_MINOR="1346" matrix: - DM_MAPFILE="cyberiad" - DM_MAPFILE="metastation" diff --git a/code/_onclick/hud/hud.dm b/code/_onclick/hud/hud.dm index c32d17a65a5..e49e99ad6b7 100644 --- a/code/_onclick/hud/hud.dm +++ b/code/_onclick/hud/hud.dm @@ -186,6 +186,3 @@ to_chat(usr, "Switched HUD mode. Press F12 to toggle.") else to_chat(usr, "This mob type does not use a HUD.") - -/image - plane = FLOAT_PLANE // I have no fucking clue why this isn't FLOAT_PLANE by default in BYOND. \ No newline at end of file