Observers can auto-orbit meteors; space dust event (#19142)

* Observers can auto-orbit meteors; space dust event

During a meteor shower, observers can automatically orbit
threatening meteors and watch them hit the station.

Added Major Space Dust event, which is a meteor shower
containing only space dust.

Reduced chance of RNG meteor event.

Fixes bug where meteors wouldn't move when spawned.
This commit is contained in:
coiax
2016-07-09 18:16:11 +12:00
committed by oranges
parent 321b9a3b41
commit 4c5e478ed6
12 changed files with 196 additions and 51 deletions
+1 -2
View File
@@ -487,11 +487,10 @@
if(3)
return
if(2)
if (prob(20))
if(prob(20))
src.gets_dug()
if(1)
src.gets_dug()
return
/turf/open/floor/plating/asteroid/attackby(obj/item/weapon/W, mob/user, params)
//note that this proc does not call ..()