This commit is contained in:
Fox-McCloud
2015-04-10 07:10:06 -04:00
parent 286a1ad5df
commit 14ea26fdf8
2 changed files with 5 additions and 3 deletions
+2 -2
View File
@@ -471,11 +471,11 @@ datum/reagent/pepperoni/reaction_mob(var/mob/living/M, var/method=TOUCH, var/vol
var/mob/living/carbon/human/H = M
if(H.wear_mask)
H << "<span class='warning'Your mask protects you from the errant pepperoni!</span>"
H << "<span class='warning'>The pepperoni bounces off your mask!</span>"
return
if(H.head)
H << "<span class='warning'The pepperoni bounces off your mask!</span>"
H << "<span class='warning'>Your mask protects you from the errant pepperoni!</span>"
return
if(prob(50))
@@ -2633,7 +2633,6 @@
New()
..()
reagents.add_reagent("nutriment", 6)
reagents.add_reagent("bread", 30)
bitesize = 2
/obj/item/weapon/reagent_containers/food/snacks/breadslice
@@ -2644,6 +2643,9 @@
filling_color = "#D27332"
bitesize = 2
New()
..()
reagents.add_reagent("bread", 5)
/obj/item/weapon/reagent_containers/food/snacks/sliceable/creamcheesebread
name = "Cream Cheese Bread"