mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 09:54:52 +00:00
[MIRROR] Adds some antag alerts (#926)
* Adds some antag alerts * Add files via upload * Delete ClockCult.ogg
This commit is contained in:
committed by
Poojawa
parent
c61bb0476f
commit
e1729434d1
@@ -200,6 +200,7 @@ GLOBAL_LIST_INIT(slot2type, list("head" = /obj/item/clothing/head/changeling, "w
|
|||||||
to_chat(changeling.current, "<span class='boldannounce'>You are [changeling.changeling.changelingID], a changeling! You have absorbed and taken the form of a human.</span>")
|
to_chat(changeling.current, "<span class='boldannounce'>You are [changeling.changeling.changelingID], a changeling! You have absorbed and taken the form of a human.</span>")
|
||||||
to_chat(changeling.current, "<span class='boldannounce'>Use say \":g message\" to communicate with your fellow changelings.</span>")
|
to_chat(changeling.current, "<span class='boldannounce'>Use say \":g message\" to communicate with your fellow changelings.</span>")
|
||||||
to_chat(changeling.current, "<b>You must complete the following tasks:</b>")
|
to_chat(changeling.current, "<b>You must complete the following tasks:</b>")
|
||||||
|
changeling.current.playsound_local('sound/ambience/antag/ling_aler.ogg',100,0)
|
||||||
|
|
||||||
if (changeling.current.mind)
|
if (changeling.current.mind)
|
||||||
var/mob/living/carbon/human/H = changeling.current
|
var/mob/living/carbon/human/H = changeling.current
|
||||||
|
|||||||
@@ -146,6 +146,7 @@ Credit where due:
|
|||||||
Rusting eternally in the Celestial Derelict, Ratvar has formed a covenant of mortals, with you as one of its members. As one of the Justiciar's servants, you are to work to the best of your \
|
Rusting eternally in the Celestial Derelict, Ratvar has formed a covenant of mortals, with you as one of its members. As one of the Justiciar's servants, you are to work to the best of your \
|
||||||
ability to assist in completion of His agenda. You may not know the specifics of how to do so, but luckily you have a vessel to help you learn.</b>"
|
ability to assist in completion of His agenda. You may not know the specifics of how to do so, but luckily you have a vessel to help you learn.</b>"
|
||||||
to_chat(M, greeting_text)
|
to_chat(M, greeting_text)
|
||||||
|
M.playsound_local('sound/ambience/antag/ClockCultAlr.ogg',100,0)
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
/datum/game_mode/proc/equip_servant(mob/living/L) //Grants a clockwork slab to the mob, with one of each component
|
/datum/game_mode/proc/equip_servant(mob/living/L) //Grants a clockwork slab to the mob, with one of each component
|
||||||
|
|||||||
@@ -106,6 +106,7 @@
|
|||||||
equip_cultist(cult_mind.current)
|
equip_cultist(cult_mind.current)
|
||||||
update_cult_icons_added(cult_mind)
|
update_cult_icons_added(cult_mind)
|
||||||
to_chat(cult_mind.current, "<span class='userdanger'>You are a member of the cult!</span>")
|
to_chat(cult_mind.current, "<span class='userdanger'>You are a member of the cult!</span>")
|
||||||
|
cult_mind.current.playsound_local('sound/ambience/antag/bloodcult.ogg',100,0)//subject to change
|
||||||
add_cultist(cult_mind, 0)
|
add_cultist(cult_mind, 0)
|
||||||
..()
|
..()
|
||||||
|
|
||||||
|
|||||||
@@ -93,7 +93,9 @@
|
|||||||
agent_number++
|
agent_number++
|
||||||
spawnpos++
|
spawnpos++
|
||||||
update_synd_icons_added(synd_mind)
|
update_synd_icons_added(synd_mind)
|
||||||
|
synd_mind.current.playsound_local('sound/ambience/antag/ops.ogg',100,0)
|
||||||
var/obj/machinery/nuclearbomb/nuke = locate("syndienuke") in GLOB.nuke_list
|
var/obj/machinery/nuclearbomb/nuke = locate("syndienuke") in GLOB.nuke_list
|
||||||
|
|
||||||
if(nuke)
|
if(nuke)
|
||||||
nuke.r_code = nuke_code
|
nuke.r_code = nuke_code
|
||||||
return ..()
|
return ..()
|
||||||
|
|||||||
@@ -201,11 +201,14 @@
|
|||||||
return
|
return
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/datum/game_mode/proc/finalize_traitor(var/datum/mind/traitor)
|
/datum/game_mode/proc/finalize_traitor(var/datum/mind/traitor)
|
||||||
if(issilicon(traitor.current))
|
if(issilicon(traitor.current))
|
||||||
add_law_zero(traitor.current)
|
add_law_zero(traitor.current)
|
||||||
|
traitor.current.playsound_local('sound/ambience/antag/Malf.ogg',100,0)
|
||||||
else
|
else
|
||||||
equip_traitor(traitor.current)
|
equip_traitor(traitor.current)
|
||||||
|
traitor.current.playsound_local('sound/ambience/antag/TatorAlert.ogg',100,0)
|
||||||
SSticker.mode.update_traitor_icons_added(traitor)
|
SSticker.mode.update_traitor_icons_added(traitor)
|
||||||
return
|
return
|
||||||
|
|
||||||
@@ -408,4 +411,3 @@
|
|||||||
var/datum/atom_hud/antag/traitorhud = GLOB.huds[ANTAG_HUD_TRAITOR]
|
var/datum/atom_hud/antag/traitorhud = GLOB.huds[ANTAG_HUD_TRAITOR]
|
||||||
traitorhud.leave_hud(traitor_mind.current)
|
traitorhud.leave_hud(traitor_mind.current)
|
||||||
set_antag_hud(traitor_mind.current, null)
|
set_antag_hud(traitor_mind.current, null)
|
||||||
|
|
||||||
|
|||||||
@@ -33,6 +33,7 @@
|
|||||||
/datum/game_mode/wizard/raginmages/greet_wizard(datum/mind/wizard, you_are=1)
|
/datum/game_mode/wizard/raginmages/greet_wizard(datum/mind/wizard, you_are=1)
|
||||||
if (you_are)
|
if (you_are)
|
||||||
to_chat(wizard.current, "<B>You are the Space Wizard!</B>")
|
to_chat(wizard.current, "<B>You are the Space Wizard!</B>")
|
||||||
|
wizard.current.playsound_local('sound/ambience/antag/RagesMages.ogg',100,0)
|
||||||
to_chat(wizard.current, "<B>The Space Wizards Federation has given you the following tasks:</B>")
|
to_chat(wizard.current, "<B>The Space Wizards Federation has given you the following tasks:</B>")
|
||||||
|
|
||||||
var/obj_count = 1
|
var/obj_count = 1
|
||||||
|
|||||||
BIN
sound/ambience/antag/ClockCultAlr.ogg
Normal file
BIN
sound/ambience/antag/ClockCultAlr.ogg
Normal file
Binary file not shown.
BIN
sound/ambience/antag/Malf.ogg
Normal file
BIN
sound/ambience/antag/Malf.ogg
Normal file
Binary file not shown.
BIN
sound/ambience/antag/Monkey.ogg
Normal file
BIN
sound/ambience/antag/Monkey.ogg
Normal file
Binary file not shown.
BIN
sound/ambience/antag/RagesMages.ogg
Normal file
BIN
sound/ambience/antag/RagesMages.ogg
Normal file
Binary file not shown.
BIN
sound/ambience/antag/TatorAlert.ogg
Normal file
BIN
sound/ambience/antag/TatorAlert.ogg
Normal file
Binary file not shown.
BIN
sound/ambience/antag/bloodcult.ogg
Normal file
BIN
sound/ambience/antag/bloodcult.ogg
Normal file
Binary file not shown.
BIN
sound/ambience/antag/ling_aler.ogg
Normal file
BIN
sound/ambience/antag/ling_aler.ogg
Normal file
Binary file not shown.
BIN
sound/ambience/antag/new_clock.ogg
Normal file
BIN
sound/ambience/antag/new_clock.ogg
Normal file
Binary file not shown.
BIN
sound/ambience/antag/ops.ogg
Normal file
BIN
sound/ambience/antag/ops.ogg
Normal file
Binary file not shown.
Reference in New Issue
Block a user