mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 13:09:11 +01:00
Fix merge conflict, update virgo planet things
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
new /obj/structure/meteorite(current)
|
||||
|
||||
var/datum/planet/impacted
|
||||
for(var/datum/planet/P in planet_controller.planets)
|
||||
for(var/datum/planet/P in SSplanets.planets)
|
||||
if(current.z in P.expected_z_levels)
|
||||
impacted = P
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user