Removes the voodoo doll (#18500)

Doesn't even work + it has stun and GC issues

Part of stun removal project progression and AA's MTDC project
This commit is contained in:
GDN
2022-07-23 15:26:17 +01:00
committed by GitHub
parent 4ee5626769
commit 8c625c3bcc
4 changed files with 6 additions and 144 deletions
@@ -12,7 +12,7 @@
desc = "It's watching you suspiciously."
/obj/structure/closet/crate/necropolis/tendril/populate_contents()
var/loot = rand(1, 25)
var/loot = rand(1, 24)
switch(loot)
if(1)
new /obj/item/shared_storage/red(src)
@@ -61,17 +61,15 @@
if(19)
new /obj/item/gun/magic/hook(src)
if(20)
new /obj/item/voodoo(src)
if(21)
new /obj/item/grenade/clusterbuster/inferno(src)
if(22)
if(21)
new /obj/item/reagent_containers/food/drinks/bottle/holywater/hell(src)
new /obj/item/clothing/suit/space/hardsuit/ert/paranormal/inquisitor(src)
if(23)
if(22)
new /obj/item/spellbook/oneuse/summonitem(src)
if(24)
if(23)
new /obj/item/book_of_babel(src)
if(25)
if(24)
new /obj/item/borg/upgrade/modkit/lifesteal(src)
new /obj/item/bedsheet/cult(src)