mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 11:34:19 +01:00
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:
@@ -445,6 +445,7 @@
|
||||
istype(W, /obj/item/weapon/melee/energy/blade) || \
|
||||
istype(W, /obj/item/weapon/shovel) || \
|
||||
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) || \
|
||||
istype(W, /obj/item/weapon/shard) || \
|
||||
|
||||
@@ -130,6 +130,12 @@
|
||||
I.loc = src.loc
|
||||
del(src)
|
||||
return
|
||||
else if(istype(W, /obj/item/weapon/butch))
|
||||
user << "\red You butcher open the [src.name]!"
|
||||
for (var/obj/item/I in src)
|
||||
I.loc = src.loc
|
||||
del(src)
|
||||
return
|
||||
..()
|
||||
|
||||
bullet_act(flag, A as obj)
|
||||
|
||||
Reference in New Issue
Block a user