mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00: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