<<Prev Next>> Scroll to Bottom
Stuff goes here
L1[01:01:40] * Amanda
lays her head on elfi, zzzews
L2[01:02:16] <Amanda> Night girls
L3[01:03:01]
<Michiyo>
Night
L4[01:54:37] *
Saphire stare
L5[01:56:18] <Saphire> Izzy: I think
ocelot-desktop kept rebinding and redefining glTexImage2D every
frame
L6[02:00:46] <Izzy> I donut know what result
that would have
L7[04:33:27] <CompanionCube> %tonkout
L8[04:33:27] <MichiBot> Fudge!
CompanionCube! You beat Vaur's previous record of 3 hours, 38
minutes and 27 seconds (By 4 hours, 31 minutes and 10 seconds)! I
hope you're happy!
L9[04:33:28] <MichiBot> CompanionCube has
stolen the tonkout! Tonk has been reset! They gained 0.008 tonk
points! plus 0.007 bonus points for consecutive hours! (Reduced to
50% because stealing) Current score: 0.79355481. Position #3 =>
#2 (Overtook Vaur) Need 0.06075758 more points to pass
Forecaster!
L11[04:34:31] <Saphire> Whee
L12[04:34:55] <Izzy> Does OC 1.8.* include
Lua 5.4?
L13[04:50:05] <Saphire> Izzy: I went the
style route and made it have fractional scaling support :D
L14[04:50:16] <Izzy> fancy
L15[04:51:32] <Saphire> *silly route
L16[04:54:04] <Saphire> Also made the click
sounds shift in pitch
L17[05:27:47] ⇨
Joins: Hawk777
(~Hawk777@2607:c000:829a:3600:29b:17a2:4a2b:533)
L18[06:06:31] ⇦
Quits: Hawk777 (~Hawk777@2607:c000:829a:3600:29b:17a2:4a2b:533)
(Quit: Leaving.)
L19[06:09:57] ⇨
Joins: Hawk777
(~Hawk777@2607:c000:829a:3600:29b:17a2:4a2b:533)
L20[06:54:34] ⇦
Quits: Hawk777 (~Hawk777@2607:c000:829a:3600:29b:17a2:4a2b:533)
(Quit: Leaving.)
L21[07:32:57] <Izzy> hmm.
L22[07:33:09] <Izzy> well, that's
fun.
L23[07:34:03] <Izzy> in-game, the buffers
are allocated in a static but non-sorted order
L24[07:34:10] <Izzy> so buffer 1 was
somewhere in the middle
L25[07:34:25] <Izzy> with 8 afterwards,
etc
L26[07:34:35] <Izzy> so now the table is
sorted >.>
L27[07:35:36]
<Vaur>
%tonk
L28[07:35:38] <MichiBot> Darn it! Vaur!
You beat CompanionCube's previous record of <0 (By 3 hours, 2
minutes and 9 seconds)! I hope you're happy!
L29[07:35:39] <MichiBot> Vaur's new record
is 3 hours, 2 minutes and 9 seconds! Vaur also gained 0.00304 tonk
points for stealing the tonk. Position #3. Need 0.00832481 more
points to pass CompanionCube!
L30[07:35:48]
<Kristopher38> I don't get it, why is
descriptor order important?
L31[07:36:11] <Izzy> because the vtty
switching code just lists the buffers and jumps to the
next/previous one
L32[07:36:38] <Izzy> means I don't have to
manage a list of buffers myself
L33[07:45:50] ⇨
Joins: Vexatos
(~Vexatos@p200300eaef1a576866f2860e5b60109a.dip0.t-ipconnect.de)
L34[07:45:50] zsh
sets mode: +v on Vexatos
L35[08:04:20] <asie> Izzy: yes, OC 1.8.0+
includes Lua 5.4.4
L36[08:04:25] <Izzy> excellent
L37[08:04:33] <asie> though OC 1.8.2
provides some important fixes to string.gmatch and OpenOS to run
better on Lua 5.4.x
L38[08:04:54] <asie> I want to add Lua
5.4.6 but the refactors in it broke Eris...
L39[08:16:04] <Izzy> hmm, this code works
in ocelot but not in normal OC
L40[08:16:18] <Izzy> odd.
L41[08:19:43]
<Vaur>
%sip
L42[08:19:45] <MichiBot> You drink a silent
bavarium potion (New!). Vaur has a single tear roll down their
cheek for some reason.
L43[08:28:04] <asie> Izzy: what's up?
L44[08:28:23] <Izzy> I've got code for
virtual terminal switching in PsychOS
L45[08:28:32] <Izzy> and it doesn't seem to
be saving the buffers properly
L46[08:28:37] <Izzy> but it works on
Ocelot
L47[08:28:49] <asie> could be a bug
L48[08:29:06] <asie> bitblt arguments were
swapped for some time in a specific edge case, this was fixed in OC
1.8.0+
L49[08:29:34] <asie> can't think of
anything else
L50[08:29:41] <Izzy> (if a terminal is
active, draw calls go straight through to the screen, and when it's
switched away from the screen is copied to the buffer
L52[08:30:50] <Izzy> gonna set up a second
display to debug
L53[08:53:27] <Izzy> is it a sync thing
going on here?
L54[08:53:30] <Izzy> hmm :|
L55[08:55:35] <Izzy> switching between
buffers is showing consistent numbers
L56[08:55:43] <Izzy> and it's not
failing
L57[08:59:01] <Izzy> as a sidenote, 80x24
terminals with a status line may allow me to squeeze out an extra
virtual terminal out of a T3 card
L58[09:01:05] <Izzy> I'd have to modify the
save/load logic to support using the free VRAM to do partial
save/loads
L59[09:05:51] <Izzy> yeah no I don't know,
it just isn't saving properly in-game
L60[09:05:56] <Izzy> because it loads the
initial state just fine
L61[09:21:44] <Izzy> asie: When you've got
a bit, can I get you to take a look at something? Losing my mind a
bit. Switching between vtys in PsychOS (alt-, and alt-.) works fine
with in ocelot, but it's ... unreliable at best in actual OC. It
looks like it's only sometimes doing the bitblt to save the screen
to a GPU buffer as it should in-game. For your testing convenience,
here's a whole bootable PsychOS install:
L63[09:21:48] <Izzy> erased, but typing
some more will return it and the cursor position.
L64[09:22:04] ⇨
Joins: guh (~guh@5.15.217.27)
L66[09:22:14] <Izzy> same
L67[09:22:14] ⇦
Quits: guh (~guh@5.15.217.27) (Client Quit)
L68[09:22:46] ⇨
Joins: guh (~guh@5.15.217.27)
L70[09:24:06]
<Forecaster> you said that already
L71[09:24:19] <guh> well thats fun
L72[09:24:26] <guh> openirc failed to send
that message but it did apparently?
L73[09:24:39]
<Forecaster> apparently
L74[09:25:35] <guh> is there an intentional
? in your name or is it unicode
L75[09:25:52]
<Forecaster> it's a zero width space
L76[09:26:06]
<Forecaster> the relay puts it there for
irc reasons
L77[09:26:26]
<Forecaster> if it didn't I'd get pinged
on irc every time I said something from here
L78[09:26:30] <guh> is corded a discord
relay
L79[09:26:35]
<Forecaster> yes
L81[09:26:53] <guh> i want to dump a few
IRC clients on my E2E server
L82[09:27:05] <guh> but the hostname is the
same
L83[09:27:10] <guh> so its a big guh
moment
L84[09:27:29]
<Forecaster> what's E2E
L85[09:27:34] <guh> a minecraft
modpack
L86[09:27:38] <guh> (Enigmatica 2
Expert)
L87[09:27:49] <guh> (it has OC and
CC)
L88[09:30:52] <guh> well im running a
custom OS and i ported OpenIRC to it
L89[09:32:51] ⇦
Quits: guh (~guh@5.15.217.27) (Quit: guh)
L90[09:32:58]
<Forecaster> @Michiyo what's your screen
resolution?
L91[10:18:05] ⇨
Joins: TEFAL (~TEFAL@194.125.251.8)
L92[10:18:37] ⇦
Quits: TEFAL (~TEFAL@194.125.251.8) (Client Quit)
L93[10:29:26] ***
BadCoder is now known as BadCoderGPT
L94[10:37:36] ***
BadCoderGPT is now known as BadCoder
L95[10:58:46]
<Vaur>
%tonkout
L96[10:58:48] <MichiBot> Bingo! Vaur! You
beat your own previous record of 3 hours, 2 minutes and 9 seconds
(By 21 minutes)! I hope you're happy!
L97[10:58:49] <MichiBot> Vaur has tonked
out! Tonk has been reset! They gained 0.003 tonk points! plus 0.004
bonus points for consecutive hours! Current score: 0.79223,
Position #3 Need 0.00132481 more points to pass
CompanionCube!
L98[10:59:12]
<Vaur>
%sip
L99[10:59:12] <MichiBot> You drink a serif
aether potion (New!). Vaur gains the ability to see previously
unseen bricks until they use "Wat Ohmygawd" in a
sentence.
L100[11:39:21] <Amanda> %splash @Inari
with mutable orange potion
L101[11:39:21] <MichiBot> You fling a
mutable orange potion (New!) that splashes onto @Inari. @Inari
turns into an apple dragon until they steal a lamp.
L102[11:39:38] <Amanda> Ohno
L103[11:43:42]
<Vaur>
%sip
L104[11:43:43] <MichiBot> You drink a
silent rock potion (New!). Vaur feels a sudden surge of static
electricity.
L105[11:50:50] <asie> Izzy: my current
suspicion is that it's a server->client sync bug
L106[11:51:24] <Izzy> ahhh, so the server
probably has the correct state? I didn't try logging out and back
in
L107[11:52:03] <asie> yes
L108[11:52:15] <asie> I think what's
happening is that screen->VRAM writes aren't synchronized to the
client, but the initial state is
L109[11:56:34] <Izzy> also it's sort of
disappointing that going to a lower display res doesn't free up any
VRAM
L110[11:56:59] <asie> fix
implemented
L111[11:57:21] <asie> it probably worked
in Ocelot because that doesn't need to worry about sync
L112[11:57:37] <Izzy> yeah that makes
sense, it's probably using the same data structure for the GPU and
screen
L113[11:57:40] <Izzy> or - yeah
L114[11:57:47] <asie> also
L115[11:57:52] <asie> can't you write to
the remainder of the screen area?
L116[11:58:03] <asie> like 80x25 res,
write to the remainder of the 160x50 area
L117[11:58:21] <Izzy> I don't know if it
works when you change the res, but you can change the
viewport
L118[11:58:24] <Izzy> cursed but
functional
L119[11:58:50] <asie> yeah that's
fine
L120[11:59:00] <asie> anyhow, fix
pushed
L121[11:59:06] <Izzy> sweet
L122[11:59:25] <asie> I think it's enough
for a 1.8.2 at this point...
L123[11:59:29] <asie> unless I try to
tackle Lua 5.4.6
L124[11:59:57] <Izzy> > Set the current
viewport resolution. [...] This makes it look like screen
resolution is lower, but the actual resolution stays the same.
Characters outside top-left corner of specified size are just
hidden, and are intended for rendering or storing things off-screen
and copying them to the visible area when needed.
L125[12:00:11] <Izzy> finally, a reason to
make a T3 screen
L126[12:00:28] <Izzy> (3 extra vtys)
L127[12:00:38] <asie> (more colors)
L128[12:00:47] <Izzy> oh yeah I forgot
about that
L129[12:02:23] <Izzy> the PsychOS VT100
layer only supports 8 colours so uh, :D
L130[12:10:18] <Izzy> I'm glad I wasn't
insane though
L131[12:10:27] <Izzy> now I can switch
back to using normal code for this stuff >.>
L132[12:16:02] <Izzy> aha, this build
works much better
L133[12:16:04] <Izzy> thanks asie!
L134[12:44:31] <Saphire> Izzy: er,
huh?
L135[12:44:39] <Saphire> Switch?
L137[12:45:06] <Saphire> "switch back
to normal code?
L138[12:45:24] <Izzy> rather than my
increasingly awful "please please work" code
L139[12:45:43]
<Forecaster> That sounds like normal
code
L141[12:55:12] <Izzy> (running
in-game)
L142[13:09:16] <Saphire> Izzy: ohh
>.>
L143[13:09:51] <Izzy> I thought it might
have been a timing issue so I had a version that repeatedly wrote
the screen into memory until 1 second had passed
L144[13:10:13] <Saphire> And ooh
L145[13:10:21] <asie> releasing OC 1.8.2
in a few
L146[13:10:34] <asie> as a final touch, I
ported over some CoFH/EnderIO/Railcraft drivers from 1.7.10 (mostly
wrenches)
L147[13:18:08] ⇦
Quits: LeshaInc (LeshaInc@fomalhaut.me) (Network ban)
L148[13:18:08] ⇦
Quits: Totoro (totoro@fomalhaut.me) (Network ban)
L149[13:18:08] ⇦
Quits: fingercomp (fingercomp@fomalhaut.me) (Network
ban)
L150[13:21:06]
<Michiyo>
>Forecaster: <@124625753240240132> what's your screen
resolution?
L151[13:21:06]
<Michiyo>
3440x1440, and 2560x1440
L152[13:22:34]
<Kristopher38> Izzy: nice!
L153[13:22:46]
<Michiyo>
>Forecaster: <@124625753240240132> what's your screen
resolution?
L154[13:22:46]
<Michiyo>
3440x1440, and 2560x1440
L155[13:23:28] ***
BadCoder is now known as tinkercomp
L156[13:24:21] ***
tinkercomp is now known as BadCoder
L157[13:27:44]
<Kristopher38> Izzy: nice!
L158[13:35:23] <Saphire> Uhm
L159[13:35:36] <Saphire> ... Why are there
duplicate things
L160[13:36:04] <Saphire> asie: also uh,
that PR for "port to newee mc version", that's gonna stay
separate? >.>
L161[13:36:25] <asie> Saphire: yes
L162[13:36:42] <asie> there's a
hard-to-fix issue involving the way LWJGL 3 changes key input
L163[13:36:44] <asie> handling
L164[13:36:57] <asie> without payonel, I
don't trust myself enough to provide a good enough solution to
justify a mainline release
L165[13:37:02] <asie> so, it's
blocked
L167[13:37:34] <asie> as for duplicate
things - Discord is having all kinds of server issues today
L168[13:37:42]
⇨ Joins: uis (~uis@95.165.156.213)
L169[13:38:46] <Saphire> asie: huh... how
bad is it? Keymap change or..?
L170[13:43:12] <asie> going from keys
typed to keys down/up
L171[13:43:35] <asie> charTyped and
keyPressed are now separate events
L172[13:43:37] ***
BadCoder is now known as tinkercomp
L173[13:45:39] ***
tinkercomp is now known as BadCoder
L174[13:45:51] <asie> stuff like
that
L175[13:46:57] ***
BadCoder is now known as FSB
L176[13:47:22] ***
FSB is now known as BadCoder
L177[13:47:37] <Saphire> Ooh
L178[13:47:46] <Saphire> ...I could try to
take a look, hm
L179[13:48:22] <asie> contact Kosmos
L180[13:48:40] <asie> now that I've
hopefully purged all the regressions from OC 1.8.x, I hope to stop
making more releases ;;
L181[13:48:44] <asie> so catching up might
be viable
L182[13:48:56] <Saphire> Catching up?
^^'
L183[13:49:08] <asie> yes, the 1.16.5 fork
is not up to date with OC 1.8.x changes
L184[13:49:12] <asie> they diverged a fair
bit
L185[13:49:29] <Izzy> would be neat to
have OC on newer minecraft versions, it's getting hard to get java
8 on some distros >.>
L186[13:51:25] <Saphire> Ohhh
L187[13:51:52] <Saphire> Izzy: yeah...
Also I don't like CC :c Like sure it foes the same job but it isn't
as... Neat to use
L188[13:52:04] <Izzy> I simply play
1.12
L189[13:52:21] <Izzy> Minecraft 1.12.2 is
5 years, 7 months, and 27 days old today.
L190[14:00:14] <Saphire> ... Hah
>_>
L191[14:09:41] <Saphire> asie: also thanks
for making that tape thing back then
L192[14:09:49] <Saphire> ...I think that
was you? >.>
L193[14:21:07]
<Forecaster> >Michiyo: 3440x1440, and
2560x1440
L194[14:21:07]
<Forecaster> Hmm different ones, and
different from me
L195[14:21:56]
<Michiyo>
wow Discord, could you chill with the duplicaton?
L196[14:21:57]
<Forecaster> Which is your primary
monitor?
L197[14:22:38]
<Michiyo>
the 3440
L198[14:22:51]
<Michiyo>
wow Discord, could you chill with the duplicaton?
L199[14:23:21]
<Forecaster> Neat, I need some way to
account for that
L200[14:23:31]
<Forecaster> Because the auto pilot relies
on specific screen coordinates
L201[14:24:05]
⇨ Joins: fingercomp (fingercomp@fomalhaut.me)
L202[14:24:38] <asie> Saphire: tape
drive?
L203[14:25:14]
<Michiyo>
the 3440
L204[14:27:30]
<AR2000> I
have a small disk encryption program that would be nice on a loot
disk. It uses a Data card to encrypt files on a floppy or hdd, and
mount a rw filesystem to make using it easy
L205[14:27:45]
<AR2000>
It's in my oppm repo
L207[14:28:23] <Saphire> Michiyo:
AAAAAAAAAAAAA
L208[14:29:34] <Saphire> Sorry, you
reminded me of the 3420
L210[14:30:31]
<Michiyo>
the what now?
L211[14:31:59] <Saphire> Michiyo: IBM 3420
magnetic tape drive unit
L212[14:33:53]
⇨ Joins: Totoro (totoro@fomalhaut.me)
L213[14:34:20] *
Saphire mutters about CCWs..
L214[14:36:29]
⇨ Joins: LeshaInc (LeshaInc@fomalhaut.me)
L215[14:39:36]
<Forecaster> I realized I can get the
current ship model from the journal
L216[14:41:47] <Saphire> I wonder
L217[14:42:02] <Saphire> What if someone
makes a mod around the Hercules emulator
L218[14:42:13] <Saphire> So that you can
build your own ibm mainframes in Minecraft
L219[14:42:33] <Saphire> And tear hair out
as you route all the cables
L220[14:47:40]
⇨ Joins: funny (~funny@188.74.78.116)
L221[14:49:37] <funny> imagine running
windows 10 in open computers mod in minecraft in windows 10. that
would be the definition of inception.
L222[14:50:04] ⇦
Quits: funny (~funny@188.74.78.116) (Client Quit)
L223[14:54:05]
<Forecaster> Meh
L224[15:00:47]
<SwellLobster338> >asie: yes, the
1.16.5 fork is not up to date with OC 1.8.x changes
L225[15:00:47]
<SwellLobster338> Do you have a file for
1.16.5?
L227[15:12:44]
<The
Patmann> I could see that whole windows 10 thing on OC2, but at
the same time, why? I would think that the Linux thing we have is
much better given it doesn't have a bunch of bloat to handle things
that 100% won't be usable. (Also Windows is proprietary and
cringe)
L228[15:13:41]
<PwnagePineapple (He/Him)> %tonk
L229[15:13:41] <MichiBot> Zounderkite!
PwnagePineapple (He/Him)! You beat Vaur's previous record of
<0 (By 4 hours, 14 minutes and 54 seconds)! I hope you're
happy!
L230[15:13:42] <MichiBot> PwnagePineapple
(He/Him)'s new record is 4 hours, 14 minutes and 54 seconds!
PwnagePineapple (He/Him) also gained 0.00425 tonk points for
stealing the tonk. Position #8. Need 0.112668 more points to pass
walksanator. B⃢ot.!
L231[15:23:22]
<TechTastic> %down
L232[15:23:22] <MichiBot> You drink a
resonating rubium potion (New!). It tastes bitter.
L233[15:27:07]
<Vaur>
%sip
L234[15:27:08] <MichiBot> You drink a sour
purple potion (New!). Vaur's eyes turn the color of titanium for 10
moons.
L235[15:45:50]
<Forecaster> %sip
L236[15:45:50] <MichiBot> You drink a
gloopy white potion (New!). Forecaster feels like one particular
wasp has it out for them suddenly.
L237[15:49:46] <Saphire> %sip
L238[15:49:46] <MichiBot> You drink a
boiling dirt potion (New!). The bottle turns into an apple.
L239[15:49:51] <Saphire> ...
L240[15:49:58] <Saphire> I mean it makes
sense? Kinda?
L241[16:19:15]
<Forecaster> As much sense as any
potion
L242[16:19:34]
<Forecaster> Don't let the apple dragon
see that apple
L243[16:21:55]
<Vaur>
%sip
L244[16:21:55] <MichiBot> You drink a
boiling dilithium potion (New!). Vaur gets a sudden Spice infusion.
Vaur can see the universe. [Spice Addiction +1]
L245[16:50:05]
<Vaur>
%sip
L246[16:50:06] <MichiBot> You drink a
seeping dalekanium potion (New!). Vaur's pockets suddenly contain
1d10 => 9 Mithril colored marbles.
L247[17:15:20] <Saphire> %sip
L248[17:15:20] <MichiBot> You drink a
timeless void potion (New!). 2 nearby pebbles suddenly shift
slightly in Saphire's direction.
L249[18:32:30]
⇨ Joins: hugo (~hugo@185.107.193.149)
L250[18:32:41]
⇨ Joins: STwilight (~STwilight@185.107.193.149)
L251[18:32:44] <STwilight> cc
L252[18:32:49] <hugo> sava
L253[18:32:50]
<Vaur>
%sip
L254[18:32:50] <MichiBot> You drink a
molten coral potion (New!). Vaur watches helplessly as 0.065 tonk
points take flight into the horizon. (Rem. uses: 2)
L255[18:33:01] <STwilight> UWU
L256[18:33:07] <hugo> bruh
L257[18:33:51] ⇦
Parts: STwilight (~STwilight@185.107.193.149) ())
L259[18:33:59] ⇦
Quits: hugo (~hugo@185.107.193.149) (Client Quit)
L260[18:34:07]
<Vaur>
ok
L261[18:57:35]
<Forecaster> %splash companioncube molten
coral
L262[18:57:35] <MichiBot> You fling a
molten coral potion that splashes onto companioncube. companioncube
watches helplessly as 0.07 tonk points take flight into the
horizon. (Rem. uses: 1)
L263[18:58:38]
<Forecaster> Oh, that didn't actually do
anything because case... Shoot
L264[19:01:14]
<Vaur>
%splash Forecaster molten coral potion
L265[19:01:15] <MichiBot> You fling a
molten coral potion that splashes onto Forecaster. Forecaster
watches helplessly as 0.048 tonk points take flight into the
horizon. (Rem. uses: 0)
L266[19:08:29] <Saphire> %sip
L267[19:08:29] <MichiBot> You drink a
gloopy unobtanium potion (New!). Saphire is suddenly wearing a tiny
glove on each finger.
L268[19:37:41]
<Forecaster> The nerve
L269[19:56:51]
<Kleadron>
%drink
L270[19:56:51] <MichiBot> You drink a
diluted cyan potion (New!). Kleadron turns into a rainbow sheep
girl until they use "Harmony" in a sentence.
L271[19:58:40]
<Kleadron>
the harmony of an orchestra of oc computers beeping "never
gonna give you up"
L272[21:00:33]
<Vaur>
%tonkout
L273[21:00:34] <MichiBot> Geez! Vaur! You
beat PwnagePineapple (He/Him)'s previous record of 4 hours, 14
minutes and 54 seconds (By 1 hour, 31 minutes and 58 seconds)! I
hope you're happy!
L274[21:00:35] <MichiBot> Vaur has stolen
the tonkout! Tonk has been reset! They gained 0.005 tonk points!
plus 0.004 bonus points for consecutive hours! (Reduced to 50%
because stealing) Current score: 0.73823. Position #3 Need
0.05532481 more points to pass CompanionCube!
L275[21:00:58]
<Vaur>
curse that potion 😦
L276[21:01:37]
<Vaur>
%sip
L277[21:01:38] <MichiBot> You drink a
silent grathnode potion (New!). 2 nearby pebbles suddenly shift
slightly in Vaur's direction.
L278[21:39:09]
<Vaur>
%sip
L279[21:39:10] <MichiBot> You drink a
porous crimson potion (New!). A tiny cloud appears with a
ridiculous smile on it. It follows Vaur until Sozin's Comet
returns.
L280[22:03:19] ⇦
Quits: Vexatos
(~Vexatos@p200300eaef1a576866f2860e5b60109a.dip0.t-ipconnect.de)
(Quit: Insert quantum chemistry joke here)
L281[23:29:47] <Amanda> @Vaur that potion
has been danged
L282[23:30:44] <Amanda> Well, here's
hoping my ~2-4h catnap in the middle of the day didn't break my
sleep schedule
L283[23:35:15] <CompanionCube>
%drink
L284[23:35:16] <MichiBot> You drink a big
toxictop potion (New!). When CompanionCube brings the bottle down
they see An Adamantium colored plastic flamingo. It stares into
their soul.
L285[23:35:21] <CompanionCube> oh,
okay
L286[23:40:57]
<PwnagePineapple (He/Him)> %sip
L287[23:40:58] <MichiBot> You drink a
knifey aluminium potion (New!). PwnagePineapple (He/Him) sees the
sky briefly flash solid dark blue then go back to normal.
L288[23:41:14]
<PwnagePineapple (He/Him)> %tonk
L289[23:41:15] <MichiBot> Zoinks!
PwnagePineapple (He/Him)! You beat Vaur's previous record of
<0 (By 2 hours, 40 minutes and 40 seconds)! I hope you're
happy!
L290[23:41:16] <MichiBot> PwnagePineapple
(He/Him)'s new record is 2 hours, 40 minutes and 40 seconds!
PwnagePineapple (He/Him) also gained 0.00268 tonk points for
stealing the tonk. Position #8. Need 0.109988 more points to pass
walksanator. B⃢ot.!
L291[23:55:42] *
Amanda curls up around elfi, debates early zzzmews