mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
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
7 lines
210 B
Plaintext
7 lines
210 B
Plaintext
/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) |