Skip to content

Commit

Permalink
Merge pull request TS-Rogue-Star#645 from Michab02/snowbasefix
Browse files Browse the repository at this point in the history
Minor snowbase update
  • Loading branch information
lm40 authored Nov 9, 2024
2 parents 7eb9638 + 91d1e46 commit 31c3eae
Show file tree
Hide file tree
Showing 2 changed files with 133 additions and 133 deletions.
6 changes: 3 additions & 3 deletions code/modules/planet/virgosnowbase_vr.dm
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ var/datum/planet/snowbase/planet_snowbase = null
seconds_in_day = 24 HOURS

/datum/planet/snowbase
name = "944 November"
desc = "A Rogue exoplanet that entered the Virgo-Erigone system several thousand years ago. Extremely cold and barely habitable." //rewrite me
name = "Virgo 5"
desc = "The outermost planet of the Virgo-Erigone system. While just outside the goldilocks zone and covered in miles of ice, it is technically habitable."
current_time = new /datum/time/snowbase()
// expected_z_levels = list(1) // This is defined elsewhere.
planetary_wall_type = /turf/unsimulated/wall/planetary/snowbase
Expand Down Expand Up @@ -275,4 +275,4 @@ var/datum/planet/snowbase/planet_snowbase = null

H.apply_damage(damage, BRUTE, target_zone, amount_blocked, amount_soaked, used_weapon = "hail")
if(show_message)
to_chat(H, effect_message)
to_chat(H, effect_message)
Loading

0 comments on commit 31c3eae

Please sign in to comment.