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

This subforum contains all the issues which we already resolved.
Post Reply
User avatar
Zetabite
Burner Inserter
Burner Inserter
Posts: 10
Joined: Tue Sep 22, 2020 7:50 am
Contact:

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

Post 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
Attachments
factorio-current.log
(6.04 KiB) Downloaded 98 times

Rseding91
Factorio Staff
Factorio Staff
Posts: 13209
Joined: Wed Jun 11, 2014 5:23 am
Contact:

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

Post by Rseding91 »

Thanks for the report. It's now fixed for the next release.
If you want to get ahold of me I'm almost always on Discord.

User avatar
Zetabite
Burner Inserter
Burner Inserter
Posts: 10
Joined: Tue Sep 22, 2020 7:50 am
Contact:

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

Post by Zetabite »

thank you :D

Post Reply

Return to “Resolved Problems and Bugs”