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