Skip to content

Commit

Permalink
Coffee machines for all Galactic Conquest maps & Syndicate coffee mood (
Browse files Browse the repository at this point in the history
  • Loading branch information
someone543 authored Nov 10, 2023
1 parent 5ad99a7 commit 5d223fc
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 11 deletions.
34 changes: 28 additions & 6 deletions _maps/map_files/Instanced/map_files/Babylon2.dmm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 12 additions & 2 deletions _maps/map_files/Instanced/map_files/Hammurabi1.dmm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 12 additions & 2 deletions _maps/map_files/Instanced/map_files/SpaceSHIP.dmm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions nsv13/code/datums/mood_events/nsv_events.dm
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@
mood_change = 10
timeout = 10 MINUTES

/datum/mood_event/drink_navy_coffee/add_effects(list/faction)
if("Syndicate" in faction)
description = "<span class='nicegreen'><b>THAT SHIT TASTED FUCKING DELICIOUS LET'S GO FUCK SOME NANOTRASEN SHIPS UP, NAVY FOR LIFE WOOOOOO!!</b></span>\n"


/datum/mood_event/cheers
description = "<span class='nicegreen'>Cheers! ¡Salud! Kanpai! Prost! Skål! Santé! Sláinte! Saúde!</span>\n"
mood_change = 3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
M.dizziness = max(0,M.dizziness-5)
M.drowsyness = max(0,M.drowsyness-3)
M.AdjustSleeping(-40, FALSE)
SEND_SIGNAL(M, COMSIG_ADD_MOOD_EVENT, "navy_coffee", /datum/mood_event/drink_navy_coffee)
SEND_SIGNAL(M, COMSIG_ADD_MOOD_EVENT, "navy_coffee", /datum/mood_event/drink_navy_coffee, M.faction)
..()
. = 1

Expand Down

0 comments on commit 5d223fc

Please sign in to comment.