mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Removes blobs from the ticker if the core is destroyed, truncates tally text (#25156)
* Removes blobs from the ticker if the core is destroyed, truncates counter * Removes the mind instead of the camera mob --------- Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
This commit is contained in:
@@ -852,17 +852,17 @@ SUBSYSTEM_DEF(ticker)
|
||||
if(length(SSticker.mode.blob_overminds))
|
||||
switch(outcome)
|
||||
if(ROUND_END_NUCLEAR)
|
||||
SSblackbox.record_feedback("tally", "Biohazard nuclear victories", 1, "Blob")
|
||||
SSblackbox.record_feedback("tally", "Blob nuclear victories", 1, "Blob")
|
||||
if(ROUND_END_CREW_TRANSFER)
|
||||
SSblackbox.record_feedback("tally", "Biohazard survives to normal round end", 1, "Blob")
|
||||
SSblackbox.record_feedback("tally", "Blob survives to normal round end", 1, "Blob")
|
||||
if(ROUND_END_FORCED)
|
||||
SSblackbox.record_feedback("tally", "Biohazard survives to admin round end", 1, "Blob")
|
||||
SSblackbox.record_feedback("tally", "Blob survives to admin round end", 1, "Blob")
|
||||
else
|
||||
switch(outcome)
|
||||
if(ROUND_END_NUCLEAR)
|
||||
SSblackbox.record_feedback("tally", "Biohazard dies station nuked", 1, "Blob")
|
||||
SSblackbox.record_feedback("tally", "Blob dies station nuked", 1, "Blob")
|
||||
if(ROUND_END_CREW_TRANSFER)
|
||||
SSblackbox.record_feedback("tally", "Biohazard dies normal end", 1, "Blob")
|
||||
SSblackbox.record_feedback("tally", "Blob dies normal end", 1, "Blob")
|
||||
if(ROUND_END_FORCED)
|
||||
SSblackbox.record_feedback("tally", "Biohazard dies admin round end", 1, "Blob")
|
||||
SSblackbox.record_feedback("tally", "Blob dies admin round end", 1, "Blob")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user