mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
begone (#14393)
This commit is contained in:
@@ -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" = (
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user