mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Datumizes Event Antags (#27546)
* Datumizes eventmisc * DME edit * Memory edit * Learned to spell * Update code/modules/antagonists/event/datum_eventmisc.dm Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> Signed-off-by: Burzah <116982774+Burzah@users.noreply.github.com> * Contra Review * Moves things back to eventmisc * oops * return message to admins about antag status * Fixed event hud * Updates orbit menu comment for datumized antags --------- Signed-off-by: Burzah <116982774+Burzah@users.noreply.github.com> Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
This commit is contained in:
@@ -625,17 +625,6 @@
|
||||
if(something_to_print)
|
||||
print_command_report(trait_list_desc.Join("<br>"), "NAS Trurl Detected Divergencies", FALSE)
|
||||
|
||||
|
||||
/datum/game_mode/proc/update_eventmisc_icons_added(datum/mind/mob_mind)
|
||||
var/datum/atom_hud/antag/antaghud = GLOB.huds[ANTAG_HUD_EVENTMISC]
|
||||
antaghud.join_hud(mob_mind.current)
|
||||
set_antag_hud(mob_mind.current, "hudevent")
|
||||
|
||||
/datum/game_mode/proc/update_eventmisc_icons_removed(datum/mind/mob_mind)
|
||||
var/datum/atom_hud/antag/antaghud = GLOB.huds[ANTAG_HUD_EVENTMISC]
|
||||
antaghud.leave_hud(mob_mind.current)
|
||||
set_antag_hud(mob_mind.current, null)
|
||||
|
||||
/// Gets the value of all end of round stats through auto_declare and returns them
|
||||
/datum/game_mode/proc/get_end_of_round_antagonist_statistics()
|
||||
. = list()
|
||||
|
||||
Reference in New Issue
Block a user