-Metroid eggs are now a child of eggs. Meaning you can throw them at people!

-Resin walls/windows will now block heat the same as regular walls.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4955 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
giacomand@gmail.com
2012-10-25 03:07:08 +00:00
parent 00ad0b6c2a
commit bbd693f86d
7 changed files with 31 additions and 15 deletions
+2 -2
View File
@@ -1122,8 +1122,8 @@ datum
return
reaction_obj(var/obj/O, var/volume)
src = null
if(istype(O,/obj/item/weapon/reagent_containers/food/snacks/roro_egg))
var/obj/item/weapon/reagent_containers/food/snacks/roro_egg/egg = O
if(istype(O,/obj/item/weapon/reagent_containers/food/snacks/egg/roro))
var/obj/item/weapon/reagent_containers/food/snacks/egg/roro/egg = O
if (egg.grown)
egg.Hatch()
if((!O) || (!volume)) return 0