From f7c8e01955b536c18fa48b35a8a86ee2b3dd913c Mon Sep 17 00:00:00 2001 From: "giacomand@gmail.com" Date: Thu, 25 Oct 2012 03:49:08 +0000 Subject: [PATCH] Throwing eggs will result in the reagents of the egg reacting to the target. (Which can be a turf, object or mob) This creates possibilities like chloral eggs, lube eggs, and many more. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4956 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/reagents/reagent_containers/food/snacks.dm | 1 + html/changelog.html | 1 + 2 files changed, 2 insertions(+) diff --git a/code/modules/reagents/reagent_containers/food/snacks.dm b/code/modules/reagents/reagent_containers/food/snacks.dm index b83e288bf4d..7a5c0acb4ef 100644 --- a/code/modules/reagents/reagent_containers/food/snacks.dm +++ b/code/modules/reagents/reagent_containers/food/snacks.dm @@ -422,6 +422,7 @@ throw_impact(atom/hit_atom) ..() new/obj/effect/decal/cleanable/egg_smudge(src.loc) + src.reagents.reaction(hit_atom, TOUCH) src.visible_message("\red [src.name] has been squashed.","\red You hear a smack.") del(src) diff --git a/html/changelog.html b/html/changelog.html index 1ad18968887..1d06786f5c3 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -52,6 +52,7 @@ should be listed in the changelog upon commit tho. Thanks. -->

24 October 2012

Giacom updated: