Cleans out various macro redefinitions or useless use of syntax

This commit is contained in:
Crazylemon64
2018-07-30 23:24:35 -07:00
parent 370a2cd61e
commit 7b4dd7eb19
10 changed files with 28 additions and 32 deletions
+1 -1
View File
@@ -228,7 +228,7 @@
src.name = newtitle
src.title = newtitle
if("Contents")
var/content = strip_html(input(usr, "Write your book's contents (HTML NOT allowed):"), MAX_BOOK_MESSAGE_LEN) as message|null
var/content = strip_html(input(usr, "Write your book's contents (HTML NOT allowed):") as message|null, MAX_BOOK_MESSAGE_LEN)
if(!content)
to_chat(usr, "The content is invalid.")
return 1