Page 1 of 1

[1.0.0] sticker with negative phyiscal damage per tick doesnt work

Posted: Thu Sep 24, 2020 6:48 pm
by Zetabite
Expected:
Regeneration of health points like raw fish does, but just per tick.

Outcome:
Doesnt do anything.

Steps to reproduce:
1. make mod with new sticker, like:

Code: Select all

	{
		type = 'sticker',
		name = 'regen-sticker',
		duration_in_ticks = 60 * 60,
		damage_per_tick = {type = 'physical', amount = -10},
		damage_interval = 30
	},
2. use sticker in capsule
3. load game with mod that adds capsule
4. create new world in freeplay, give item via console to test
4. use capsule and observe that players health isnt regnerated

Re: [1.0.0] sticker with negative phyiscal damage per tick doesnt work

Posted: Thu Sep 24, 2020 7:42 pm
by Rseding91
Thanks for the report. It's now fixed for the next release.

Re: [1.0.0] sticker with negative phyiscal damage per tick doesnt work

Posted: Thu Sep 24, 2020 7:46 pm
by Zetabite
thank you :D