mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 14:08:31 +01:00
Event voting system, prelude to event planner (#11270)
* wooo * Update event_vote.dm * fixes * Update event_vote.dm * wrrr * allows admins to host a player vote. * weeee * Update event_vote.dm * href * Update event_vote.dm * EEE * finishing touches * Update event_vote.dm * R_SERVER > R_PERMISSIONS, ties, reschedule * Update event_vote.dm * fun > events category * redundant code removal * Update tgstation.dme * Update events.dm * publik event vote * llogging * llogging * Update configuration.dm * Update event_vote.dm * code review and votable * round two review * one little thing kills the world * Update event_vote.dm * woop * Update event_vote.dm * Better event weighting system * Even chaos system * EEE * Update event_chaos_system.dm * Update event_vote.dm * Update event_vote.dm * wweeee * fixes * low chaos event system, * Update event_vote.dm * Update event_chaos_system.dm * vote button QOL * www * stop overlapping * Update event_vote.dm * Update EventPanel.js * Update EventPanel.js * e * e * Update event_vote.dm * data * Update event_vote.dm * Update event_vote.dm * Update event_vote.dm * Update tgstation.dme * Update tgstation.dme * wew * Update skyrat_config.txt * No consecutive high chaos events * Update event_chaos_system.dm * Update sunbeam.dm * more config * no * vote log * Update event_vote.dm * wew * better handling of low chaos events * wew * Update ticker.dm
This commit is contained in:
@@ -96,6 +96,7 @@ GLOBAL_PROTECT(admin_verbs_sounds)
|
||||
GLOBAL_LIST_INIT(admin_verbs_fun, list(
|
||||
/client/proc/one_click_antag, // SKYRAT EDIT ADDITION - ONE CLICK ANTAG
|
||||
/client/proc/spawn_mob_spawner, // SKYRAT EDIT ADDITION
|
||||
/client/proc/event_panel, // SKYRAT EDIT ADDITION
|
||||
/client/proc/request_more_opfor, //SKYRAT EDIT ADDITION
|
||||
/client/proc/fix_say, // SKYRAT EDIT ADDITION
|
||||
/client/proc/spawn_sunbeam, // SKYRAT EDIT ADDITION
|
||||
|
||||
Reference in New Issue
Block a user