blood contract no longer works on CC level

This commit is contained in:
skoglol
2019-12-31 07:27:31 +01:00
parent 979a559403
commit 93f1f4ebde
@@ -1034,6 +1034,8 @@
var/list/da_list = list()
for(var/I in GLOB.alive_mob_list & GLOB.player_list)
var/mob/living/L = I
if(is_centcom_level(L.z))
continue
da_list[L.real_name] = L
var/choice = input(user,"Who do you want dead?","Choose Your Victim") as null|anything in sortList(da_list)