adds bun-bun, a bread monkey made with two burger buns

Signed-off-by: Mloc <colmohici@gmail.com>
This commit is contained in:
Mloc
2016-07-02 21:48:15 +01:00
committed by Yoshax
parent bc0b9792bc
commit 7377f57e5d
3 changed files with 20 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
var/nutriment_amt = 0
center_of_mass = list("x"=16, "y"=16)
w_class = 2
/obj/item/weapon/reagent_containers/food/snacks/New()
..()
if(nutriment_amt)
@@ -3182,6 +3182,17 @@
else
..()
/obj/item/weapon/reagent_containers/food/snacks/bunbun
name = "\improper Bun Bun"
desc = "A small bread monkey fashioned from two burger buns."
icon_state = "bunbun"
bitesize = 2
center_of_mass = list("x"=16, "y"=8)
/obj/item/weapon/reagent_containers/food/snacks/bunbun/New()
..()
reagents.add_reagent("nutriment", 8)
/obj/item/weapon/reagent_containers/food/snacks/taco
name = "taco"
desc = "Take a bite!"