mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-30 20:01:40 +09:00
Update
This commit is contained in:
@@ -1,13 +1,6 @@
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 1.0.4
|
||||
Date: 2023-03-17
|
||||
|
||||
Added:
|
||||
- Angel Seafloor pump
|
||||
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 1.0.0
|
||||
Date: 2023-03-17
|
||||
Date: 2023-04-19
|
||||
|
||||
Added:
|
||||
- Base Items
|
||||
- Clock
|
||||
@@ -1,4 +1,8 @@
|
||||
local function clock_display(sec)
|
||||
if sec == nil then
|
||||
return 0
|
||||
end
|
||||
|
||||
local sym = ''
|
||||
|
||||
if sec < 0 then
|
||||
Reference in New Issue
Block a user