mef — 10/11/2023, 2:39:42 PM

I MAKE JANKY FIX

if (date == “Oct 11” && date != prevdate) {
  theglasspenguin.age = theglasspenguin.age + 1
}
prevdate = date
↩ repost
lily — 10/11/2023, 2:29:00 PM

panics the universe cause this happens once every tick and your age quickly exceeds the size of a u64

↩ repost
theglasspenguin — 10/11/2023, 2:10:20 PM
if (date == “Oct 11” && date != prevdate) {
  theglasspenguin.age = theglasspenguin.age + 1
}
prevdate = date
♥ 12 ↩ 2 💬 17 comments
♥ 4 ↩ 1 💬 0 comments
♥ 4 ↩ 0 💬 1 comment

comments

theglasspenguin:

am steal

10/11/2023, 3:01:57 PM