mirror of
http://repo.or.cz/minetest_pyramids/tsm_pyramids.git
synced 2025-06-29 06:31:04 +02:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
61ebaab55e | |||
8a449ea8a8 |
@ -1,6 +1,6 @@
|
|||||||
# Pyramids (with Treasurer support) [`tsm_pyramids`]
|
# Pyramids (with Treasurer support) [`tsm_pyramids`]
|
||||||
|
|
||||||
* Version: 1.0.2
|
* Version: 1.0.3
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
This is a mod for Minetest Game which adds randomly spawned pyramids in deserts and
|
This is a mod for Minetest Game which adds randomly spawned pyramids in deserts and
|
||||||
|
@ -151,7 +151,7 @@ MUMMY_DEF.on_punch = function(self, puncher, time_from_last_punch, tool_capabili
|
|||||||
end
|
end
|
||||||
self.attacker = puncher
|
self.attacker = puncher
|
||||||
|
|
||||||
if damage > 0 then
|
if damage and damage > 0 then
|
||||||
self.last_damage = {
|
self.last_damage = {
|
||||||
type = "punch",
|
type = "punch",
|
||||||
puncher = puncher,
|
puncher = puncher,
|
||||||
|
Reference in New Issue
Block a user