mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
Waterbottle fix (#47292)
* Fix waterbottles made out of glass, remove relic bottle from necropolis chests * bye bye mats * hello? mats?
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
desc = "It's watching you suspiciously."
|
||||
|
||||
/obj/structure/closet/crate/necropolis/tendril/PopulateContents()
|
||||
var/loot = rand(1,29)
|
||||
var/loot = rand(1,28)
|
||||
switch(loot)
|
||||
if(1)
|
||||
new /obj/item/shared_storage/red(src)
|
||||
@@ -79,8 +79,6 @@
|
||||
new /obj/item/bedsheet/cult(src)
|
||||
if(28)
|
||||
new /obj/item/clothing/neck/necklace/memento_mori(src)
|
||||
if(29)
|
||||
new /obj/item/reagent_containers/glass/waterbottle/relic(src)
|
||||
|
||||
//KA modkit design discs
|
||||
/obj/item/disk/design_disk/modkit_disc
|
||||
@@ -324,11 +322,6 @@
|
||||
if(!isnull(lighting_alpha))
|
||||
user.lighting_alpha = min(user.lighting_alpha, lighting_alpha)
|
||||
|
||||
// Relic water bottle
|
||||
/obj/item/reagent_containers/glass/waterbottle/relic
|
||||
desc = "A bottle of water filled at an old Earth bottling facility. It seems to be radiating some kind of energy."
|
||||
flip_chance = 100 // FLIPP
|
||||
|
||||
//Red/Blue Cubes
|
||||
/obj/item/warp_cube
|
||||
name = "blue cube"
|
||||
|
||||
Reference in New Issue
Block a user