Added a new chef utensil named the Butcher's Cleaver. For now it functions like a kitchen knife, but it does slightly more damage and can only be gotten from a hacked/emagged kitchen vending machine.

A few new foods are added, namely the following. Brain Burger, Chocolate Egg, Mystery Soup, Sausage and Fish Fingers.

Service/butler cyborg has a new sprite to pick from, the Maximillion one.

Chaplain now has a Flash of Holy Water in his office using the new holy water reagent.

Chef also now has an alternative apron he can find in the kitchen vending machine.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1882 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
firecage@hotmail.com
2011-07-18 18:25:03 +00:00
parent 22ec2a84ad
commit 6bc651f9ab
19 changed files with 308 additions and 8 deletions

View File

@@ -2138,6 +2138,23 @@ datum
..()
return
holywater
name = "Holy Water"
id = "holywater"
description = "The chaplains holy water."
reagent_state = LIQUID
on_mob_life(var/mob/living/M as mob)
if(!data) data = 1
data++
M.dizziness +=8
if(data >= 45 && data <125)
if (!M.stuttering) M.stuttering = 1
M.stuttering += 8
else if(data >= 125 && prob(33))
M.confused = max(M:confused+8,8)
..()
return
tequilla
name = "Tequila"
id = "tequilla"

View File

@@ -1219,6 +1219,7 @@
var/inaccurate = 0
if( \
istype(W, /obj/item/weapon/kitchenknife) || \
istype(W, /obj/item/weapon/butch) || \
istype(W, /obj/item/weapon/scalpel) || \
istype(W, /obj/item/weapon/kitchen/utensil/knife) \
)
@@ -2274,6 +2275,14 @@
..()
reagents.add_reagent("rum", 100)
/obj/item/weapon/reagent_containers/food/drinks/bottle/holywater
name = "Flash of Holy Water"
desc = "A flask of the chaplains holy water."
icon_state = "holyflask"
New()
..()
reagents.add_reagent("holywater", 100)
/obj/item/weapon/reagent_containers/food/drinks/bottle/vermouth
name = "Goldeneye Vermouth"
desc = "Sweet, sweet dryness~"