mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user