Improved usage of Time.now and pbGetTimeNow

This commit is contained in:
Maruno17
2023-05-17 19:24:38 +01:00
parent 28a2b7c9c1
commit 62e372f4d7
14 changed files with 49 additions and 52 deletions

View File

@@ -1207,7 +1207,7 @@ class Pokemon
@obtain_text = nil
@obtain_level = level
@hatched_map = 0
@timeReceived = pbGetTimeNow.to_i
@timeReceived = Time.now.to_i
@timeEggHatched = nil
@fused = nil
@personalID = rand(2**16) | (rand(2**16) << 16)