-
Notifications
You must be signed in to change notification settings - Fork 272
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* FUCKING HUGE COMMIT * Fixes * Fixes * Fixes * Temp change for testmerging * Fix * Fix * Adds custom moon ascend sound from https://github.com/flleeppyy https://github.com/Absolucy https://github.com/aberrantQuesrist https://github.com/KittyNoodle * Fix * Removes tgstation/tgstation#76204 * Fix * Fixes * Fix * Fix * Adds sidepath points to moon_lore.dm * Reverts 64c2566
- Loading branch information
1 parent
8c48449
commit 33262bf
Showing
59 changed files
with
1,599 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/datum/looping_sound/moon_parade | ||
mid_sounds = list('sound/effects/moon_parade_soundloop.ogg' = 1) | ||
mid_length = 0 | ||
volume = 20 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
// These mood events are related to /obj/structure/sign/painting/eldritch | ||
// Names are based on the subtype of painting they belong to | ||
|
||
// Mood applied for ripping the painting | ||
/datum/mood_event/eldritch_painting | ||
description = "YOU, I SHOULD NOT HAVE DONE THAT!!!" | ||
mood_change = -6 | ||
timeout = 3 MINUTES | ||
|
||
/datum/mood_event/eldritch_painting/weeping | ||
description = "HE IS HERE, AND HE WEEPS!" | ||
mood_change = -3 | ||
timeout = 11 SECONDS | ||
|
||
/datum/mood_event/eldritch_painting/weeping_heretic | ||
description = "Oh such arts! They truly inspire me!" | ||
mood_change = 5 | ||
timeout = 3 MINUTES | ||
|
||
/datum/mood_event/eldritch_painting/weeping_withdrawl | ||
description = "My mind is clear from his influence." | ||
mood_change = 1 | ||
timeout = 3 MINUTES | ||
|
||
/datum/mood_event/eldritch_painting/desire_heretic | ||
description = "A part gained, the manus takes and gives. What did it take from me?" | ||
mood_change = -2 | ||
timeout = 3 MINUTES | ||
|
||
/datum/mood_event/eldritch_painting/desire_examine | ||
description = "A hunger kept at bay..." | ||
mood_change = 3 | ||
timeout = 3 MINUTES | ||
|
||
/datum/mood_event/eldritch_painting/heretic_vines | ||
description = "Oh what a lovely flower!" | ||
mood_change = 3 | ||
timeout = 3 MINUTES | ||
|
||
/datum/mood_event/eldritch_painting/rust_examine | ||
description = "The rusted climb can wait..." | ||
mood_change = -2 | ||
timeout = 3 MINUTES | ||
|
||
/datum/mood_event/eldritch_painting/rust_heretic_examine | ||
description = "I must hurry the rusted climb!" | ||
mood_change = 6 | ||
timeout = 3 MINUTES |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.