Resolve some issues that the compiler doesn't spot

This commit is contained in:
Mark van Alphen
2019-03-29 16:21:15 +01:00
parent d1fc85fdf3
commit b8e840c094
16 changed files with 48 additions and 74 deletions
+1 -1
View File
@@ -131,7 +131,7 @@
usr << browse(dat + "<html><head><title>[P.name]</title></head>" \
+ "<body style='overflow:hidden'>" \
+ "<div> <img src='tmp_photo.png' width = '180'" \
+ "[P.scribble ? "<div><br> Written on the back:<br><i>[P.scribble]</i>" : ]"\
+ "[P.scribble ? "<div><br> Written on the back:<br><i>[P.scribble]</i>" : ""]"\
+ "</body></html>", "window=[name]")
/obj/item/paper_bundle/attack_self(mob/user as mob)