From 005dcda1d57c3b95b25ebaeb0a06c6882384ab2f Mon Sep 17 00:00:00 2001 From: GinjaNinja32 Date: Tue, 11 Aug 2015 18:52:24 +0100 Subject: [PATCH] Macro count update, fixes span tag --- .travis.yml | 2 +- code/modules/spells/spellbook.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3461433fa1..3ae210183f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ sudo: false env: BYOND_MAJOR="508" BYOND_MINOR="1287" - MACRO_COUNT=1247 + MACRO_COUNT=1234 cache: directories: diff --git a/code/modules/spells/spellbook.dm b/code/modules/spells/spellbook.dm index 68b2abc3f7..69c60689ec 100644 --- a/code/modules/spells/spellbook.dm +++ b/code/modules/spells/spellbook.dm @@ -248,7 +248,7 @@ H.sight |= (SEE_MOBS|SEE_OBJS|SEE_TURFS) H.see_in_dark = 8 H.see_invisible = SEE_INVISIBLE_LEVEL_TWO - H << "span class='notice'>The walls suddenly disappear." + H << "The walls suddenly disappear." temp = "You have purchased a scrying orb, and gained x-ray vision." max_uses-- else