Skip to content

Commit ca7adf4

Browse files
committedAug 7, 2016
Make remote viewers invincible
With thanks to Nexela for pointing this out at <https://forums.factorio.com/viewtopic.php?p=193362#p193362>
1 parent 55e0a55 commit ca7adf4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.102
1+
0.7.103

‎prototypes/prototypes.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ local fake_player = table.deepcopy(data.raw.player.player)
124124
fake_player.name = "yarm-remote-viewer"
125125
fake_player.crafting_categories = {}
126126
fake_player.mining_categories = {}
127-
fake_player.healing_per_tick = 100
127+
fake_player.max_health = 0
128128
fake_player.inventory_size = 0
129129
fake_player.build_distance = 0
130130
fake_player.drop_item_distance = 0

0 commit comments

Comments
 (0)
Please sign in to comment.