mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
fixes
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user