Added fatguy directions East+West, engineering suit now has fat directions East+West too. Could someone continue work on this one too, im slowly making more and more fatsuits, and it'd be good to have some help. Just follow the general outline of the engineering fatsuit.

Also, removed the SLICES THE CHEESE/MEATBREAD message, it was broadcast to the world. The show_message proc doesn't fucking work no matter what I do, im getting undefined proc. So i removed it for now, replaced it with W.visible_message. Could someone fix this, somehow, then tell me what the bloody problem was?

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@72 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
polyxenitopalidou
2010-09-07 08:48:33 +00:00
parent dc73666ed7
commit b782759b3d
2 changed files with 2 additions and 4 deletions
+2 -4
View File
@@ -1446,7 +1446,7 @@
/obj/item/weapon/reagent_containers/food/snacks/meatbread/attackby(obj/item/weapon/W as obj, mob/user as mob)
if(istype(W, /obj/item/weapon/kitchenknife /*|| /obj/item/weapon/scalpel*/))
world << "[usr] slices the meatbread!"
W.visible_message(" <B>[usr] slices the meatbread! </B>", 1)
new /obj/item/weapon/reagent_containers/food/snacks/meatbreadslice (src.loc)
new /obj/item/weapon/reagent_containers/food/snacks/meatbreadslice (src.loc)
new /obj/item/weapon/reagent_containers/food/snacks/meatbreadslice (src.loc)
@@ -1457,9 +1457,7 @@
/obj/item/weapon/reagent_containers/food/snacks/cheesewheel/attackby(obj/item/weapon/W as obj, mob/user as mob)
if(istype(W, /obj/item/weapon/kitchenknife /* || /obj/item/weapon/scalpel*/))
world << "[usr] slices the cheese wheel!"
new /obj/item/weapon/reagent_containers/food/snacks/cheesewedge (src.loc)
new /obj/item/weapon/reagent_containers/food/snacks/cheesewedge (src.loc)
W.visible_message(" <B>[usr] slices the cheese! </B>", 1)
new /obj/item/weapon/reagent_containers/food/snacks/cheesewedge (src.loc)
new /obj/item/weapon/reagent_containers/food/snacks/cheesewedge (src.loc)
new /obj/item/weapon/reagent_containers/food/snacks/cheesewedge (src.loc)