mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-09 14:14:59 +00:00
Improved usage of Time.now and pbGetTimeNow
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user