This commit is contained in:
LazennG
2022-06-14 10:23:36 -07:00
committed by GitHub
parent df9f06729e
commit 906bdafe44
3 changed files with 5 additions and 8 deletions

View File

@@ -12,7 +12,7 @@
/turf/open/lava/smooth,
/area/ruin/powered/gluttony)
"f" = (
/obj/item/reagent_containers/syringe/gluttony,
/obj/item/organ/stomach/cursed,
/turf/open/floor/plasteel/freezer,
/area/ruin/powered/gluttony)
"g" = (

View File

@@ -1059,13 +1059,11 @@ GLOBAL_LIST_EMPTY(bloodmen_list)
/obj/structure/closet/crate/necropolis/bubblegum/PopulateContents()
new /obj/item/clothing/suit/space/hostile_environment(src)
new /obj/item/clothing/head/helmet/space/hostile_environment(src)
var/loot = rand(1,3)
var/loot = rand(1,2)
switch(loot)
if(1)
new /obj/item/organ/stomach/cursed(src)
if(2)
new /obj/item/melee/knuckles(src)
if(3)
if(2)
new /obj/item/clothing/gloves/bracer/cuffs(src)
/obj/structure/closet/crate/necropolis/bubblegum/crusher

View File

@@ -19,9 +19,8 @@ It can charge at its target, and also heavily damaging anything directly hit in
If at half health it will start to charge from all sides with clones.
When Bubblegum dies, it leaves behind a H.E.C.K. mining suit as well as one of the following:
1.set of knuckles that can trap victims where they stand
2. A cursed stomach that allows the user to hop between vomit puddles
3.A pair of cuffs allowing the wearer to devour creatures to heal
1.A set of knuckles that can trap victims where they stand
2.A pair of cuffs allowing the wearer to devour creatures to heal
Difficulty: Hard