Skip to content

Commit

Permalink
Make remote viewers invincible
Browse files Browse the repository at this point in the history
With thanks to Nexela for pointing this out at
<https://forums.factorio.com/viewtopic.php?p=193362#p193362>
  • Loading branch information
narc0tiq committed Aug 7, 2016
1 parent 55e0a55 commit ca7adf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.102
0.7.103
2 changes: 1 addition & 1 deletion prototypes/prototypes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ local fake_player = table.deepcopy(data.raw.player.player)
fake_player.name = "yarm-remote-viewer"
fake_player.crafting_categories = {}
fake_player.mining_categories = {}
fake_player.healing_per_tick = 100
fake_player.max_health = 0
fake_player.inventory_size = 0
fake_player.build_distance = 0
fake_player.drop_item_distance = 0
Expand Down

0 comments on commit ca7adf4

Please sign in to comment.