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
+1 -1
View File
@@ -9,7 +9,7 @@
// creates a new object and deletes itself
/obj/random/New()
..()
if (!prob(spawn_nothing_percentage))
if(!prob(spawn_nothing_percentage))
spawn_item()
qdel(src)