mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +01:00
blood contract no longer works on CC level
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user