Macro count update, fixes span tag

This commit is contained in:
GinjaNinja32
2015-08-11 18:52:24 +01:00
parent ea76feb3cd
commit 005dcda1d5
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ sudo: false
env:
BYOND_MAJOR="508"
BYOND_MINOR="1287"
MACRO_COUNT=1247
MACRO_COUNT=1234
cache:
directories:

View File

@@ -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.</span>"
H << "<span class='notice'>The walls suddenly disappear.</span>"
temp = "You have purchased a scrying orb, and gained x-ray vision."
max_uses--
else