mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-01-01 12:44:06 +00:00
whoops
This commit is contained in:
@@ -28,7 +28,6 @@
|
|||||||
content += "<b>This channel is empty.<b><BR>"
|
content += "<b>This channel is empty.<b><BR>"
|
||||||
for(var/i in FC.messages)
|
for(var/i in FC.messages)
|
||||||
var/datum/feed_message/FM = i
|
var/datum/feed_message/FM = i
|
||||||
content += "
|
|
||||||
content += "-[FM.returnBody(-1)] <BR>"
|
content += "-[FM.returnBody(-1)] <BR>"
|
||||||
if(FM.img)
|
if(FM.img)
|
||||||
src << browse_rsc(FM.img, "tmp_photo[i].png")
|
src << browse_rsc(FM.img, "tmp_photo[i].png")
|
||||||
|
|||||||
Reference in New Issue
Block a user