Fixes for my last commit:

Removed the AM engine code. This should be temporary.
Moved asteroid/device.dm to unused.
Readded biomass.dmi


git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3876 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
petethegoat@gmail.com
2012-06-20 12:41:11 +00:00
parent 8daa9c27c0
commit f321bcc914
7 changed files with 4 additions and 408 deletions
@@ -451,8 +451,10 @@
message = text("\red <B>[] is trying to inject []!</B>", source, target)
if("pill")
message = text("\red <B>[] is trying to force [] to swallow []!</B>", source, target, item)
if("fuel")
message = text("\red [source] is trying to force [target] to eat the [item:content]!")
// dear god this is all horrible, godspeed carn ;-;
// mport: i dunno if you care about this, but it's related to AM. -Pete
// if("fuel")
// message = text("\red [source] is trying to force [target] to eat the [item:content]!")
if("drink")
message = text("\red <B>[] is trying to force [] to swallow a gulp of []!</B>", source, target, item)
if("dnainjector")