mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-16 01:23:41 +01:00
-Fixed renaming books changing the author instead
-Added a YouTool vender to Tool Storage git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4158 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -205,7 +205,8 @@
|
||||
usr << "The title is invalid."
|
||||
return
|
||||
else
|
||||
src.author = sanitize(newtitle)
|
||||
src.name = reject_bad_text(newtitle)
|
||||
src.title = reject_bad_text(newtitle)
|
||||
if("Contents")
|
||||
var/content = strip_html(input("Write your book's contents (HTML NOT allowed):"),8192) as message|null
|
||||
if(!content)
|
||||
|
||||
+8135
-8136
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user