I MAKE JANKY FIX

if (date == “Oct 11” && date != prevdate) {
  theglasspenguin.age = theglasspenguin.age + 1
}
prevdate = date

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

if (date == “Oct 11” && date != prevdate) {
  theglasspenguin.age = theglasspenguin.age + 1
}
prevdate = date
12 2 17

comments (single view)

am steal

View all comments