Skip to content

Commit

Permalink
Non-Modular I was forced to state laws by a jaunting miner (Bubbersta…
Browse files Browse the repository at this point in the history
  • Loading branch information
Odairu authored Jan 31, 2024
1 parent 7e20ec4 commit 649bf16
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion code/modules/mining/lavaland/necropolis_chests.dm
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,14 @@

/obj/structure/closet/crate/necropolis/bubblegum/PopulateContents()
new /obj/item/clothing/suit/hooded/hostile_environment(src)
/*Bubberstation edit begin (removes bloodcrawl from lootpool)
var/loot = rand(1,2)
switch(loot)
if(1)
new /obj/item/bloodcrawl_bottle(src) //SKYRAT EDIT ORIGINAL : new /obj/item/mayhem(src)
if(2)
new /obj/item/soulscythe(src)
Bubberstation edit end*/
new /obj/item/soulscythe(src)

/obj/structure/closet/crate/necropolis/bubblegum/crusher
name = "bloody bubblegum chest"
Expand Down

0 comments on commit 649bf16

Please sign in to comment.