Fixes communicator newsfeed app. (#6713)

* Fixes communicator newsfeed app.
Fixes non-terminal while loop in get_latest_news(), helper.dm
Newscaster posts now have a world.time-esque timestamp number, so they can be (almost) uniquely identified

* whoopsie
This commit is contained in:
Atermonera
2020-02-29 15:05:02 -08:00
committed by GitHub
parent 7903911e43
commit d13336bbe6
5 changed files with 81 additions and 48 deletions
@@ -72,6 +72,7 @@ var/global/list/obj/item/device/communicator/all_communicators = list()
var/datum/exonet_protocol/exonet = null
var/list/communicating = list()
var/update_ticks = 0
var/newsfeed_channel = 0
// Proc: New()
// Parameters: None