mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
- Added the machine loading floor tiles, changed loading sprites (which get deleted upon round start)
- Added a messaging server which will log all PDA and RC messages. Eventually I will make PDAs and RCs use this server, but since there are two major mapping things being done, I taught I'd get the map parts in early - Messaging server currently logs all PDA and RC traffic (Only admins can see it tho via the View Variables verb) - Included the missing file from a previous revision git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1252 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -444,6 +444,9 @@
|
||||
|
||||
last_text = world.time
|
||||
|
||||
for (var/obj/machinery/message_server/MS in world)
|
||||
MS.send_pda_message("[P.owner]","[src.owner]","[t]")
|
||||
|
||||
src.tnote += "<i><b>→ To [P.owner]:</b></i><br>[t]<br>"
|
||||
P.tnote += "<i><b>← From <a href='byond://?src=\ref[P];editnote=\ref[src]'>[src.owner]</a>:</b></i><br>[t]<br>"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user