Skip to content

Commit b70d310

Browse files
committed
firestarter: fix field names
Fixes DFHack/dfhack#2001 Script broke after DFHack/df-structures@253dfb3
1 parent ddfa4bf commit b70d310

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

firestarter.lua

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ elseif df.global.cursor.x ~= -30000 then
1919
new=df.fire,
2020
timer=1000,
2121
pos=curpos,
22-
temperature=60000,
23-
temp_unk1=60000,
24-
temp_unk2=60000,
25-
temp_unk3=60000,
22+
inner_temp_cur=60000,
23+
outer_temp_cur=60000,
24+
inner_temp_max=60000,
25+
outer_temp_max=60000,
2626
})
2727
end

0 commit comments

Comments
 (0)