mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 23:17:02 +01:00
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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user