Skip to content
Snippets Groups Projects
Commit 6b7d6c27 authored by Perttu Ahola's avatar Perttu Ahola
Browse files

Set proper armor group for experimental:tnt

parent 8db89b81
No related branches found
No related tags found
No related merge requests found
......@@ -330,7 +330,7 @@ function TNT:on_activate(staticdata)
self.object:setvelocity({x=0, y=4, z=0})
self.object:setacceleration({x=0, y=-10, z=0})
self.object:settexturemod("^[brighten")
self.object:set_armor_groups({foo=1,bar=2})
self.object:set_armor_groups({immortal=1})
end
-- Called periodically
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment