mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 23:48:28 +01:00
Annihilates the blackbox (#15132)
* Lets get this show on the road
* Now were talking
* These matter
* Oh the joys of CI testing
* And this
* Wrong version
* Tweaks
* More tweaks
* Lets document this
* This too
* Upgrades this
* Fixed some sanity issues
* This too
* Screw it, this too
* More sanity
* And these
* This too
* Documentation
* This too
* Fixes **awful** scoreboard logic
* Why do we care about only half-absorbing someone
* Revert "Why do we care about only half-absorbing someone"
This reverts commit 8de1cfdf05.
* Refactors these
* Hashing
* Moxian tweaks
This commit is contained in:
@@ -487,7 +487,7 @@
|
||||
return
|
||||
FC = new
|
||||
GLOB.news_network.channels += FC
|
||||
feedback_inc("newscaster_channels", 1)
|
||||
SSblackbox.record_feedback("amount", "newscaster_channels", 1)
|
||||
// Redirect
|
||||
screen = NEWSCASTER_CHANNEL
|
||||
viewing_channel = FC
|
||||
@@ -524,7 +524,7 @@
|
||||
FM.admin_locked = usr.can_admin_interact() && admin_locked
|
||||
// Register it
|
||||
FC.add_message(FM)
|
||||
feedback_inc("newscaster_stories", 1)
|
||||
SSblackbox.record_feedback("amount", "newscaster_stories", 1)
|
||||
var/announcement = FC.get_announce_text(title)
|
||||
// Announce it
|
||||
for(var/nc in GLOB.allNewscasters)
|
||||
@@ -646,7 +646,7 @@
|
||||
if(paper_remaining <= 0 || is_printing)
|
||||
return
|
||||
paper_remaining--
|
||||
feedback_inc("newscaster_newspapers_printed", 1)
|
||||
SSblackbox.record_feedback("amount", "newscaster_newspapers_printed",1)
|
||||
// Print it
|
||||
is_printing = TRUE
|
||||
playsound(loc, 'sound/goonstation/machines/printer_dotmatrix.ogg', 50, TRUE)
|
||||
|
||||
Reference in New Issue
Block a user