Mass replace

This commit is contained in:
Tigercat2000
2016-07-07 19:34:02 -07:00
parent dc408f090d
commit 71e5344a98
870 changed files with 7679 additions and 7679 deletions
+2 -2
View File
@@ -19,8 +19,8 @@
if(stat & (BROKEN | NOPOWER))
return 1
if (!Adjacent(user))
if (!issilicon(user) && !isobserver(user))
if(!Adjacent(user))
if(!issilicon(user) && !isobserver(user))
user.unset_machine()
user << browse(null, "window=library")
return 1
+2 -2
View File
@@ -435,7 +435,7 @@
return
if(bibledelay)
for (var/mob/V in hearers(src))
for(var/mob/V in hearers(src))
V.show_message("<b>[src]</b>'s monitor flashes, \"Printer unavailable. Please allow a short time before attempting to print.\"")
else
bibledelay = 1
@@ -456,7 +456,7 @@
return
var/obj/item/weapon/book/B = new newbook.path(loc)
if (!newbook.programmatic)
if(!newbook.programmatic)
B.name = "Book: [newbook.title]"
B.title = newbook.title
B.author = newbook.author