Skip to content
Open
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
3c3024b
Add first hogstation background to rotation
DiogenesOfMiami Aug 28, 2025
1103efa
Delete config/title_screens/images/normal/flikr.png
DiogenesOfMiami Aug 28, 2025
6e14dc9
Delete config/title_screens/images/normal/boba.gif
DiogenesOfMiami Aug 28, 2025
7b06768
Delete config/title_screens/images/normal/monster.gif
DiogenesOfMiami Aug 28, 2025
5a67aa1
Delete config/title_screens/images/normal/tessa.gif
DiogenesOfMiami Aug 28, 2025
d992bd1
Delete config/title_screens/images/normal/yogstation.png
DiogenesOfMiami Aug 28, 2025
8eeb993
Delete config/title_screens/images/joke/Am37000.gif
DiogenesOfMiami Aug 28, 2025
8d01034
Delete config/title_screens/images/joke/lazenn.png
DiogenesOfMiami Aug 28, 2025
3ab48f5
Delete config/title_screens/images/joke/narwhalstar13.png
DiogenesOfMiami Aug 28, 2025
51d3596
Delete config/title_screens/images/joke/thatguyphil.png
DiogenesOfMiami Aug 28, 2025
1293d06
Delete config/title_screens/images/joke/willymount00.png
DiogenesOfMiami Aug 28, 2025
e4f656d
Delete config/title_screens/images/rare/azzzertyy.png
DiogenesOfMiami Aug 28, 2025
099d538
Delete config/title_screens/images/rare/fire.png
DiogenesOfMiami Aug 28, 2025
5138e79
Delete config/title_screens/images/rare/m4565.png
DiogenesOfMiami Aug 28, 2025
eae771f
Delete config/title_screens/images/rare/yogurt.png
DiogenesOfMiami Aug 28, 2025
01b5f94
Update LICENSE.txt to attribute and state license for title_screen im…
DiogenesOfMiami Aug 28, 2025
73ca1b8
Merge branch 'hogstation:master' into master
DiogenesOfMiami May 26, 2026
1bc5ea9
Set min_players to 3 on grav_generator_blackout to ease difficulty fo…
DiogenesOfMiami May 26, 2026
e83f28d
Merge branch 'hogstation:master' into master
DiogenesOfMiami Jul 1, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions code/modules/events/gravity_generator_blackout.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
description = "Turns off the gravity generator."
min_wizard_trigger_potency = 0
max_wizard_trigger_potency = 4
min_players = 3 // To ease difficulty for small crews and make station feel fresher for latejoin first arrivals
track = EVENT_TRACK_MODERATE
tags = list(TAG_COMMUNAL, TAG_SPACE)
event_group = /datum/event_group/bsod
Expand Down
Loading