Polaris Sync

This commit is contained in:
killer653
2017-11-10 11:37:41 -05:00
73 changed files with 706 additions and 215 deletions
-15
View File
@@ -1226,21 +1226,6 @@ var/datum/announcement/minor/admin_min_announcer = new
if(istype(H))
H.regenerate_icons()
/*
helper proc to test if someone is an event manager or not. Got tired of writing this same check all over the place.
*/
/proc/is_eventM(client/C)
if(!istype(C))
return 0
if(!C.holder)
return 0
if(C.holder.rights == R_EVENT)
return 1
return 0
/proc/get_options_bar(whom, detail = 2, name = 0, link = 1, highlight_special = 1)
if(!whom)
return "<b>(*null*)</b>"