mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
Updated changelog. Added some bug info to places in the code.
This commit is contained in:
@@ -153,7 +153,7 @@ var/global/BSACooldown = 0
|
||||
newmeme.mind.transfer_to(M)
|
||||
message_admins("Failed to find host for meme [M.key]. Aborting.")
|
||||
|
||||
memes += newmeme
|
||||
ticker.mode.memes += newmeme
|
||||
|
||||
if(delmob)
|
||||
del(M)
|
||||
|
||||
@@ -255,6 +255,8 @@
|
||||
if(ticker.mode.memes.len > 0)
|
||||
dat += "<br><table cellspacing=5><tr><td><B>Memes</B></td><td></td><td></td></tr>"
|
||||
for(var/datum/mind/meme in ticker.mode.memes)
|
||||
// BUG: For some reason, the memes themselves aren't showing up, even though the list isn't empty
|
||||
// and the "Meme" header is displayed
|
||||
var/mob/living/parasite/meme/M = meme.current
|
||||
if(M)
|
||||
dat += "<tr><td><a href='?src=\ref[src];adminplayeropts=\ref[M]'>[M.key]</a>[M.client ? "" : " <i>(logged out)</i>"][M.stat == 2 ? " <b><font color=red>(DEAD)</font></b>" : ""]</td>"
|
||||
|
||||
Reference in New Issue
Block a user