Fix inverted arguments in syndicate beacon self-destruct

Far less likely to gib people now.
This commit is contained in:
GinjaNinja32
2015-08-07 23:11:50 +01:00
parent 09daf7c987
commit c1675bb32b
+1 -1
View File
@@ -96,7 +96,7 @@
/obj/machinery/syndicate_beacon/proc/selfdestruct()
selfdestructing = 1
spawn() explosion(src.loc, rand(3,8), rand(1,3), 1, 10)
spawn() explosion(src.loc, 1, rand(1,3), rand(3,8), 10)
////////////////////////////////////////
//Singularity beacon