Skip to content

Commit

Permalink
Fixed ulric man light cone starting from the wrong location. (pyanodo…
Browse files Browse the repository at this point in the history
  • Loading branch information
notnotmelon committed Feb 2, 2024
1 parent 54bc079 commit 98877c5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
---------------------------------------------------------------------------------------------------
Version: 2.1.21
Date: 2024-2-3
Fixes:
- Fixed ulric man light cone starting from the wrong location. (https://github.com/pyanodon/pybugreports/issues/385)
---------------------------------------------------------------------------------------------------
Version: 2.1.20
Date: 2024-2-2
Fixes:
Expand Down
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pyalienlife",
"version": "2.1.20",
"version": "2.1.21",
"factorio_version": "1.1",
"title": "Pyanodons AlienLife",
"author": "Pyanodon, Nexela, Kingarthur, notnotmelon, Mootykins, ShadowGlass, Archezekiel, Quintuple",
Expand Down
2 changes: 1 addition & 1 deletion prototypes/creatures/ulric-man.lua
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ data:extend(
width = 200,
height = 200
},
shift = {0, -11},
shift = {0, -11*1.5-4},
size = 3,
intensity = 0.8,
color = {r = 1.0, g = 1.0, b = 1.0}
Expand Down

0 comments on commit 98877c5

Please sign in to comment.