Skip to content

Commit

Permalink
Update for .17.35
Browse files Browse the repository at this point in the history
  • Loading branch information
Nexela committed May 5, 2019
1 parent c664228 commit aa2bd7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions info.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "stdlib",
"version": "1.0.2",
"version": "1.0.3",
"factorio_version": "0.17",
"title": "Factorio Standard Library",
"author": "Afforess",
"contact": "",
"dependencies": [
"base >= 0.17.0"
"base >= 0.17.35"
],
"homepage": "https://github.com/Afforess/Factorio-Stdlib",
"description": "The Factorio Standard Library is a project to bring Factorio modders high-quality, commonly-required utilities and tools."
Expand Down
2 changes: 1 addition & 1 deletion stdlib/scripts/quickstart.lua
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function quickstart.on_player_created(event)
local power_armor = QS.get('power_armor', 'fake')
if player.character and game.item_prototypes[power_armor] then
--Put on power armor, install equipment
player.get_inventory(defines.inventory.player_armor).insert(power_armor)
player.get_inventory(defines.inventory.character_armor).insert(power_armor)
local grid = player.character.grid
if grid then
for _, eq in pairs(QS.get('equipment', {'fusion-reactor-equipment'})) do
Expand Down

0 comments on commit aa2bd7c

Please sign in to comment.