Committing work on away missions.

Standardised cigs_lighters.dm a bit.

Removed the SORD, and some unused and shit flasks.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4609 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
petethegoat@gmail.com
2012-09-02 23:58:11 +00:00
parent 6e925f0701
commit 08f350acda
18 changed files with 511 additions and 687 deletions
+7
View File
@@ -0,0 +1,7 @@
/obj/effect/step_trigger/message
var/message //the message to give to the mob
/obj/effect/step_trigger/message/Trigger(mob/M as mob)
if(M.client)
M << "<span class='info'>[message]</span>"
del(src)