mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-20 21:07:17 +01:00
Updated an another property.
This commit is contained in:
parent
23de01fd0e
commit
3b86f3bee5
@ -535,7 +535,7 @@ func process_movement_mob(delta : float) -> void:
|
|||||||
if translation.y < -2000.0:
|
if translation.y < -2000.0:
|
||||||
print("killed mob with fall damage")
|
print("killed mob with fall damage")
|
||||||
var sdi : SpellDamageInfo = SpellDamageInfo.new()
|
var sdi : SpellDamageInfo = SpellDamageInfo.new()
|
||||||
sdi.damage_source_type = SpellDamageInfo.DAMAGE_SOURCE_UNKNOWN
|
sdi.source_type = SpellDamageInfo.DAMAGE_SOURCE_UNKNOWN
|
||||||
sdi.damage = 999999999
|
sdi.damage = 999999999
|
||||||
entity.stake_damage(sdi)
|
entity.stake_damage(sdi)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user