mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-11 16:23:19 +01:00
Offmap Tweaks
This commit is contained in:
@@ -450,6 +450,43 @@
|
||||
desc = "This is a tiny well lit decorative christmas tree."
|
||||
icon_state = "plant-xmas"
|
||||
|
||||
/obj/random/pottedplant
|
||||
name = "random potted plant"
|
||||
desc = "This is a random potted plant."
|
||||
|
||||
/obj/random/pottedplant/item_to_spawn()
|
||||
return pick(
|
||||
prob(10);/obj/structure/flora/pottedplant,
|
||||
prob(10);/obj/structure/flora/pottedplant/large,
|
||||
prob(10);/obj/structure/flora/pottedplant/fern,
|
||||
prob(10);/obj/structure/flora/pottedplant/overgrown,
|
||||
prob(10);/obj/structure/flora/pottedplant/bamboo,
|
||||
prob(10);/obj/structure/flora/pottedplant/largebush,
|
||||
prob(10);/obj/structure/flora/pottedplant/thinbush,
|
||||
prob(10);/obj/structure/flora/pottedplant/mysterious,
|
||||
prob(10);/obj/structure/flora/pottedplant/smalltree,
|
||||
prob(10);/obj/structure/flora/pottedplant/unusual,
|
||||
prob(10);/obj/structure/flora/pottedplant/orientaltree,
|
||||
prob(10);/obj/structure/flora/pottedplant/smallcactus,
|
||||
prob(10);/obj/structure/flora/pottedplant/tall,
|
||||
prob(10);/obj/structure/flora/pottedplant/sticky,
|
||||
prob(10);/obj/structure/flora/pottedplant/smelly,
|
||||
prob(10);/obj/structure/flora/pottedplant/small,
|
||||
prob(10);/obj/structure/flora/pottedplant/aquatic,
|
||||
prob(10);/obj/structure/flora/pottedplant/shoot,
|
||||
prob(10);/obj/structure/flora/pottedplant/flower,
|
||||
prob(10);/obj/structure/flora/pottedplant/crystal,
|
||||
prob(10);/obj/structure/flora/pottedplant/subterranean,
|
||||
prob(10);/obj/structure/flora/pottedplant/minitree,
|
||||
prob(10);/obj/structure/flora/pottedplant/stoutbush,
|
||||
prob(10);/obj/structure/flora/pottedplant/drooping,
|
||||
prob(10);/obj/structure/flora/pottedplant/tropical,
|
||||
prob(10);/obj/structure/flora/pottedplant/dead,
|
||||
prob(10);/obj/structure/flora/pottedplant/decorative,
|
||||
prob(1);/obj/structure/flora/pottedplant/xmas
|
||||
)
|
||||
|
||||
|
||||
/obj/structure/flora/sif
|
||||
icon = 'icons/obj/flora/sifflora.dmi'
|
||||
|
||||
|
||||
@@ -263,7 +263,8 @@
|
||||
prob(1);/obj/item/weapon/storage/box/survival/space,
|
||||
prob(1);/obj/item/weapon/storage/secure/briefcase/trashmoney,
|
||||
prob(1);/obj/item/device/survivalcapsule/popcabin,
|
||||
prob(1);/obj/item/weapon/reagent_containers/syringe/steroid)
|
||||
prob(1);/obj/item/weapon/reagent_containers/syringe/steroid,
|
||||
prob(1);/obj/item/capture_crystal)
|
||||
|
||||
var/obj/item/I = new path()
|
||||
return I
|
||||
|
||||
Reference in New Issue
Block a user