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:
Urumasi
2019-10-23 21:01:37 +02:00
committed by AnturK
parent bfb2d1c7f8
commit 90d184ab98
2 changed files with 15 additions and 10 deletions
@@ -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"