mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Fixes the Gravity Failure Event
This commit is contained in:
@@ -9,7 +9,7 @@ var/datum/planet/sif/planet_sif = null
|
|||||||
breathable atmosphere, a magnetic field, weather, and similar gravity to Earth. It is currently the capital planet of Vir. \
|
breathable atmosphere, a magnetic field, weather, and similar gravity to Earth. It is currently the capital planet of Vir. \
|
||||||
Its center of government is the equatorial city and site of first settlement, New Reykjavik." // Ripped straight from the wiki.
|
Its center of government is the equatorial city and site of first settlement, New Reykjavik." // Ripped straight from the wiki.
|
||||||
current_time = new /datum/time/sif() // 32 hour clocks are nice.
|
current_time = new /datum/time/sif() // 32 hour clocks are nice.
|
||||||
expected_z_levels = list(1) // To be changed when real map is finished.
|
// expected_z_levels = list(1) // To be changed when real map is finished.
|
||||||
planetary_wall_type = /turf/unsimulated/wall/planetary/sif
|
planetary_wall_type = /turf/unsimulated/wall/planetary/sif
|
||||||
|
|
||||||
/datum/planet/sif/New()
|
/datum/planet/sif/New()
|
||||||
|
|||||||
Reference in New Issue
Block a user