mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 21:24:59 +00:00
Fixed rendering of some tiles for certain sizes of tilesets, more rubocopping
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
################################################################################
|
||||
#===============================================================================
|
||||
# "Lottery" mini-game
|
||||
# By Maruno
|
||||
################################################################################
|
||||
#===============================================================================
|
||||
def pbSetLotteryNumber(variable = 1)
|
||||
t = pbGetTimeNow
|
||||
hash = t.day + (t.month << 5) + (t.year << 9)
|
||||
|
||||
Reference in New Issue
Block a user