removed blood contract while its been reworked

This commit is contained in:
quotefox
2019-10-09 01:55:26 +01:00
parent a970d7ec8c
commit 10861f6fc2
3 changed files with 2 additions and 3 deletions
@@ -957,7 +957,7 @@
if(1)
new /obj/item/mayhem(src)
if(2)
new /obj/item/blood_contract(src)
new /obj/item/gun/magic/staff/spellblade(src)
if(3)
new /obj/item/gun/magic/staff/spellblade(src)
@@ -79,8 +79,7 @@ GLOBAL_LIST_INIT(summoned_special_magic, list(
/obj/item/storage/belt/wands/full,
/obj/item/antag_spawner/contract,
/obj/item/gun/magic/staff/chaos,
/obj/item/necromantic_stone,
/obj/item/blood_contract))
/obj/item/necromantic_stone))
// If true, it's the probability of triggering "survivor" antag.
GLOBAL_VAR_INIT(summon_guns_triggered, FALSE)