Adds random seeds to Cargo for Xenobotany.

This commit is contained in:
Zuhayr
2014-09-18 16:39:44 +09:30
parent 0cf5852186
commit afde93e94d
4 changed files with 158 additions and 12 deletions
@@ -196,6 +196,12 @@
user.SetLuminosity(round(user.luminosity - (potency/5),1))
src.SetLuminosity(round(potency/5,1))
/obj/item/weapon/reagent_containers/food/snacks/grown/generic_fruit
name = "fruit"
desc = "It smells weird."
icon_state = "orange"
potency = 10
/obj/item/weapon/reagent_containers/food/snacks/grown/cocoapod
name = "cocoa pod"
desc = "Can be ground into cocoa powder."
@@ -637,4 +643,4 @@
new/obj/effect/decal/cleanable/blood/oil(src.loc)
src.visible_message("<span class='notice'>The [src.name] has been squashed, causing a distortion in space-time.</span>","<span class='moderate'>You hear a splat and a crackle.</span>")
del(src)
return
return