Merge pull request #6636 from SpaceManiac/patch/syntax

Fix various syntactic problems
This commit is contained in:
Atermonera
2020-01-20 22:05:25 -08:00
committed by GitHub
29 changed files with 62 additions and 89 deletions
+1 -1
View File
@@ -298,7 +298,7 @@
user << browse(dat + "<html><head><title>[P.name]</title></head>" \
+ "<body style='overflow:hidden'>" \
+ "<div> <img src='tmp_photo.png' width = '180'" \
+ "[P.scribble ? "<div> Written on the back:<br><i>[P.scribble]</i>" : ]"\
+ "[P.scribble ? "<div> Written on the back:<br><i>[P.scribble]</i>" : null]"\
+ "</body></html>", "window=[name]")
else if(!isnull(pages[page]))
if(!(istype(usr, /mob/living/carbon/human) || isobserver(usr) || istype(usr, /mob/living/silicon)))