about summary refs log tree commit diff stats
path: root/data/maps/the_graveyard/rooms/Outside.txtpb
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-09-13 11:14:29 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-09-13 11:14:29 -0400
commitc909a4f022d252dc0da6b30c64e76cdfe9537460 (patch)
tree7963029e79581dec2d6ee48b68ccc106908b7cf9 /data/maps/the_graveyard/rooms/Outside.txtpb
parente2f1312753a8c7d60a3fd0ee1ff0123a58109a4d (diff)
downloadlingo2-archipelago-c909a4f022d252dc0da6b30c64e76cdfe9537460.tar.gz
lingo2-archipelago-c909a4f022d252dc0da6b30c64e76cdfe9537460.tar.bz2
lingo2-archipelago-c909a4f022d252dc0da6b30c64e76cdfe9537460.zip
[Data] Added the hidden EYE panel in the anti collectable room
Diffstat (limited to 'data/maps/the_graveyard/rooms/Outside.txtpb')
0 files changed, 0 insertions, 0 deletions
/* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
<TABLE WIDTH="100%" CLASS="webmail"><TR><TH>ID</TH><TH>Date</TH><TH>Holidate</TH></TR><?php

foreach ($specialdates as $num => $val)
{
	$date = sd_clearDate();
	$date += ($num*60*60*24);
	echo('<TR' . (($num % 2 == 0) ? ' CLASS="even"' : '') . '><TD>' . $num . '</TD><TD>' . date('F jS',$date) . '</TD><TD>' . $val . '</TD></TR>');
}

?></TABLE>